summary refs log tree commit diff stats
path: root/install
diff options
context:
space:
mode:
authorAlan Pearce2013-10-07 13:10:18 +0100
committerAlan Pearce2013-10-07 13:10:18 +0100
commitcb812e671e45bea0c33a7361f1bd7262f020c46c (patch)
tree0e9de7894b13f7812415e3239e4c722df4b22f60 /install
parent41eefb4a28f5aae4ab78e73cbcb925117b1076ea (diff)
downloadnixfiles-cb812e671e45bea0c33a7361f1bd7262f020c46c.tar.lz
nixfiles-cb812e671e45bea0c33a7361f1bd7262f020c46c.tar.zst
nixfiles-cb812e671e45bea0c33a7361f1bd7262f020c46c.zip
Emacs: remove customisation of byte-compile-dest-file for init.el
Instead, rely on installer creating a symlink to ~/projects/dotfiles/init.elc
Diffstat (limited to 'install')
-rwxr-xr-xinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index b3dd84a3..13ee6cca 100755
--- a/install
+++ b/install
@@ -21,7 +21,7 @@ install-dot () {
 }
 
 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 ]]