ok, let's do the Doom Emacs for good this time
parent
7461280c5f
commit
1354150970
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue