all repos — nixfiles @ cb812e671e45bea0c33a7361f1bd7262f020c46c

System and user configuration, managed by nix and home-manager

Emacs: remove customisation of byte-compile-dest-file for init.el Instead, rely on installer creating a symlink to ~/projects/dotfiles/init.elc

Alan Pearce
commit

cb812e671e45bea0c33a7361f1bd7262f020c46c

parent

41eefb4a28f5aae4ab78e73cbcb925117b1076ea

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M installinstall
@@ -21,7 +21,7 @@ done
} install-dot $target/.git/hooks/ $target/git-hooks/* -install-dot .emacs.d/ $target/emacs/* +install-dot .emacs.d/ $target/emacs/{init.el{,c},elisp} install-dot . $target/^install(.) $target/zsh/zshrc $target/zsh/fasdrc install-dot .ssh/ $target/ssh/* if [[ -d projects/dwm ]]