Reorganise folder structure to remove hidden files After moving from GNU Stow, this is not necessary. Non-hidden files are much easier to work with.
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M user/settings/emacs.nix → user/settings/emacs.nix
@@ -187,7 +187,7 @@ home.sessionVariables = { EDITOR = "${editorScript}/bin/edit"; }; home.file.".emacs.d/init.el" = { - source = ../emacs/.emacs.d/init.el; + source = ../emacs/init.el; onChange = '' ${config.programs.emacs.finalPackage}/bin/emacs -Q -batch -f batch-byte-compile .emacs.d/init.el '';