replace neovim with terminal emacs

This commit is contained in:
cho
2023-05-13 01:06:40 +07:00
parent 2f6245a13a
commit 3ac2f3f9c1
4 changed files with 12 additions and 7 deletions

View File

@ -14,7 +14,7 @@ export PATH="$PATH:$HOME/.emacs.d/bin"
unsetopt PROMPT_SP
# Default programs:
export EDITOR="nvim"
export EDITOR="emnw"
export TERMINAL="foot"
export BROWSER="librewolf"