James Patrick
eaed9d80df
To use one or the other specify set variable to either `doom` or `spacemacs`. If no value is specified it will default to Spacemacs, though this may change in the future.
9 lines
193 B
Bash
9 lines
193 B
Bash
# vim: syn=zsh
|
|
|
|
export GOPATH="$HOME/Code/go"
|
|
GOLANG_PATH="/usr/lib/go/bin"
|
|
DOOM_BIN="$HOME/.emacs.d/bin"
|
|
export PATH="$DOOM_BIN:$GOPATH/bin/:$GOLANG_PATH:$PATH"
|
|
|
|
export EMACS_FRAMEWORK="doom"
|