Make 'n' alias run emacsclient
This commit is contained in:
parent
75408901c0
commit
a2e439d61f
3
init.zsh
3
init.zsh
@ -68,7 +68,8 @@ elif [[ -v INSIDE_EMACS ]]; then
|
||||
alias n='emacsclient '
|
||||
else
|
||||
export EDITOR='emacsclient -nw'
|
||||
alias n=nvim
|
||||
# Because I keep using n by mistake
|
||||
alias n='emacsclient -nw '
|
||||
alias e='emacsclient -nw '
|
||||
alias emacs='emacsclient -nw '
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user