also emacs

This commit is contained in:
Olaf 2025-05-20 20:36:51 +02:00
parent a79999d465
commit 00db155874

View File

@ -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