Make 'n' alias run emacsclient

This commit is contained in:
Alexander Rosenberg 2023-10-15 15:27:04 -07:00
parent 75408901c0
commit a2e439d61f
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -68,7 +68,8 @@ elif [[ -v INSIDE_EMACS ]]; then
alias n='emacsclient ' alias n='emacsclient '
else else
export EDITOR='emacsclient -nw' export EDITOR='emacsclient -nw'
alias n=nvim # Because I keep using n by mistake
alias n='emacsclient -nw '
alias e='emacsclient -nw ' alias e='emacsclient -nw '
alias emacs='emacsclient -nw ' alias emacs='emacsclient -nw '
fi fi