Make 'n' alias run emacsclient
This commit is contained in:
3
init.zsh
3
init.zsh
@ -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
|
||||||
|
Reference in New Issue
Block a user