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