From 1354150970a6df1e08546594bf8b69004174a52e Mon Sep 17 00:00:00 2001 From: earnest ma Date: Fri, 30 Jul 2021 00:32:03 -0400 Subject: [PATCH] ok, let's do the Doom Emacs for good this time --- .config/shell/start.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/shell/start.sh b/.config/shell/start.sh index b770a7b..335ebd8 100755 --- a/.config/shell/start.sh +++ b/.config/shell/start.sh @@ -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"