Include .emacs.d in emacs recipe

This commit is contained in:
Correl Roush 2018-02-22 11:43:45 -05:00
parent 8ae3411507
commit f60f162f02

View file

@ -11,3 +11,7 @@ case $_PLATFORM in
_brew emacs --with-librsvg --with-imagemagick@6 _brew emacs --with-librsvg --with-imagemagick@6
;; ;;
esac esac
if ! [ -d ${HOME}/.emacs.d ]; then
_run "Install .emacs.d" ln -s ${HOME}/dotfiles/.emacs.d ${HOME}/.emacs.d
fi