Remove more old emacs cruft

This commit is contained in:
2022-03-21 23:09:03 -04:00
parent 847884ddaf
commit f20fb3071e
3 changed files with 6 additions and 18 deletions

View File

@@ -73,13 +73,8 @@ prompt_function() {
PS1="\$(prompt_function)"
if [[ -z "$INSIDE_EMACS" ]]; then
EMACS="emacsclient -a="" -c"
alias emacs="$EMACS"
else
EMACS="emacsclient"
alias emacs="$EMACS -n"
fi
export EDITOR="$EMACS"
export VISUAL="$EMACS"
export PATH=$PATH:$HOME/.emacs.d/bin/
export EDITOR="emacs"
export VISUAL="emacs"