Adding emacs.d to symlinks script

This commit is contained in:
Dustin Swan 2014-12-03 16:51:57 -07:00
parent eac836b22a
commit 9d7027c677

View file

@ -14,6 +14,7 @@ rm -rf ~/.config/khal; mkdir -p ~/.config/khal; ln -s ~/dotfiles/khal.conf ~/.co
rm -rf ~/.vdirsyncer; mkdir ~/.vdirsyncer; ln -s ~/dotfiles/vdirsyncer/config ~/.vdirsyncer/config
rm ~/.zshrc; ln -s ~/dotfiles/zshrc ~/.zshrc
rm ~/.jrnl_config; ln -s ~/dotfiles/jrnl_config ~/.jrnl_config
rm ~/.emacs.d; ln -s ~/dotfiles/emacs.d ~/.emacs.d
# Mail stuff
#rm ~/.mbsyncrc; ln -s ~/dotfiles/mbsyncrc ~/.mbsyncrc