mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-16 11:09:29 +00:00
Include .emacs.d in emacs recipe
This commit is contained in:
parent
8ae3411507
commit
f60f162f02
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue