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