Update emacs in path

This commit is contained in:
exu 2023-11-17 17:41:19 +01:00
parent f76b84aabd
commit 6df56897d0

View File

@ -81,7 +81,8 @@ set EDITOR /usr/bin/nvim
set VISUAL /usr/bin/nvim
# add paths
set fish_user_paths "$HOME/.emacs.d/bin/" $fish_user_paths
set fish_user_paths "$HOME/.emacs.d/bin/" $fish_user_paths # old path
set fish_user_paths "$HOME/.config/emacs/bin/" $fish_user_paths # new path
set fish_user_paths "$HOME/scripts/in_path" $fish_user_paths
set fish_user_paths "$HOME/.local/bin" $fish_user_paths
set fish_user_paths "$HOME/node_modules/.bin/" $fish_user_paths