From 16191e87ac975a3b913b84f7fd12f154435cda0b Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 18 Dec 2022 15:01:41 +0100 Subject: [PATCH] Do not export VISUAL --- emacs/emacs.bash | 1 - 1 file changed, 1 deletion(-) diff --git a/emacs/emacs.bash b/emacs/emacs.bash index d56f8a3..2312f78 100644 --- a/emacs/emacs.bash +++ b/emacs/emacs.bash @@ -3,4 +3,3 @@ alias emacs="emacsclient --create-frame -t" export ALTERNATE_EDITOR="" export EDITOR="emacsclient -t" -export VISUAL="emacsclient -c -a emacs" -- 2.47.3