A flake for a configured emacs-daemon
cf. devos
‘next-door’
flake.nix
home/profiles/editor/emacs
nixos/profiles/editor/emacs
emacsFlake = { url = "/home/frank/DEVOSEMACS"; ### DEVEL # url = "github:FrankBeu/emacs-flake"; };
- the snippets have to be added to
git
- the host-flake has to be updated
- the host has to be switched
- restart
emacs
or justyas-reload-all
SPC y r
sudo mount -B <LOCAL-FLAKE-DIR>/emacs.d/snippets ~/.emacs.d/snippets
yas-reload-all
SPC y r
just use eval-last-sexp
C-X C-E
- update the host-flake
- switch the host
- restart emacs
nix flake lock --update-input emacsFlake
- for all functions not included in the
init.el
via tangling
- replace packagesLocal