ok, let's do the Doom Emacs for good this time

old-yadm
earnest ma 2021-07-30 00:32:03 -04:00
parent 7461280c5f
commit 1354150970
No known key found for this signature in database
GPG Key ID: 6B361FA81C5FB695
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,9 @@ path_add_end(){
path_add "$HOME/.local/bin"
path_add "$HOME/.config/shell/bin"
# Doom Emacs
path_add "$HOME/.config/emacs/bin"
# Rust, cargo
export CARGO_HOME="$XDG_DATA_HOME/cargo"
[ -f $CARGO_HOME/env ] && . "$CARGO_HOME/env"