diff options
| author | alex <alex@pdp7.net> | 2022-12-18 15:01:41 +0100 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2022-12-18 15:02:27 +0100 |
| commit | 16191e87ac975a3b913b84f7fd12f154435cda0b (patch) | |
| tree | 2e7d5ddfb16e0c1ca04daad13a213584eb9ceca8 /emacs/emacs.bash | |
| parent | 3b263ebfe4a1262998aaf44d9a7f7f909d4c5826 (diff) | |
Do not export VISUAL
Diffstat (limited to 'emacs/emacs.bash')
| -rw-r--r-- | emacs/emacs.bash | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs/emacs.bash b/emacs/emacs.bash index d56f8a30..2312f786 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" |
