Fixed issue for undefined spacemacs version is not specified

This commit is contained in:
James Patrick 2019-09-05 18:36:55 +00:00
parent a3b2955e60
commit 95c8eb96be
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ fi
env_loader zshenv
if [ $EMACS_FRAMEWORK = 'doom' ]; then
if [ "$EMACS_FRAMEWORK" = 'doom' ] ; then
DOOM_BIN="$HOME/.emacs.d/bin"
export PATH="$DOOM_BIN:$PATH"
fi