diff options
author | Alan Pearce | 2013-10-07 13:10:18 +0100 |
---|---|---|
committer | Alan Pearce | 2013-10-07 13:10:18 +0100 |
commit | cb812e671e45bea0c33a7361f1bd7262f020c46c (patch) | |
tree | 0e9de7894b13f7812415e3239e4c722df4b22f60 /install | |
parent | 41eefb4a28f5aae4ab78e73cbcb925117b1076ea (diff) | |
download | dotfiles-cb812e671e45bea0c33a7361f1bd7262f020c46c.tar.lz dotfiles-cb812e671e45bea0c33a7361f1bd7262f020c46c.tar.zst dotfiles-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-x | install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install index b3dd84a..13ee6cc 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 ]] |