also emacs
This commit is contained in:
parent
a79999d465
commit
00db155874
@ -46,11 +46,11 @@ in
|
||||
|
||||
# Emacs is my editor
|
||||
export ALTERNATE_EDITOR=""
|
||||
export EDITOR="emacsclient -t"
|
||||
export VISUAL="emacsclient -c -a emacs"
|
||||
export EDITOR="emacs -nw
|
||||
export VISUAL="emacs"
|
||||
|
||||
e() {
|
||||
emacsclient -t "$@"
|
||||
emacs -nw "$@"
|
||||
}
|
||||
|
||||
# nix shortcuts
|
||||
|
Loading…
x
Reference in New Issue
Block a user