diff options
author | Tharre <tharre3@gmail.com> | 2015-09-14 20:19:14 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2016-10-07 20:13:36 +0000 |
commit | 98ba0e744bdf99ce0a894451700f11c39dc2579b (patch) | |
tree | 0586076ab8c7f3acde1bfef4375e6d4bdcd76003 /install.sh | |
parent | 71a55046a49ea4f340638fc989fbad1a6b001ca7 (diff) | |
download | dotfiles-98ba0e744bdf99ce0a894451700f11c39dc2579b.tar.gz dotfiles-98ba0e744bdf99ce0a894451700f11c39dc2579b.tar.xz dotfiles-98ba0e744bdf99ce0a894451700f11c39dc2579b.zip |
emacs: actually install .emacs.d
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -26,6 +26,9 @@ ln -sf "$dotfiles/shell/_gdbinit" "$HOME/.gdbinit" # [gpg] ln -sfT "$dotfiles/shell/_gnupg" "$HOME/.gnupg" +# [emacs] +ln -sfT "$dotfiles/shell/_emacs.d" "$HOME/.emacs.d" + if [ "$1" = "arch" ]; then echo "Performing full installation." |