diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2026-04-01 07:37:06 +0200 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2026-04-01 07:40:44 +0200 |
| commit | 0912445adb056584d740b390111d6f41b21c86ca (patch) | |
| tree | 0369c6c6dc0061ce6033b45f3e6ceb32bf5f8fd6 /.config | |
| parent | 107701df9d2822b3d1a6cfcb21238ff330070477 (diff) | |
setup-env: Switch VISUAL to Emacs
Diffstat (limited to '.config')
| -rw-r--r-- | .config/setup-env | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/setup-env b/.config/setup-env index 3d672a5..bf887ea 100644 --- a/.config/setup-env +++ b/.config/setup-env @@ -2,7 +2,7 @@ export BROWSER="firefox" export CC="gcc" -export EDITOR="nvim" +export EDITOR="emacs -nw" export PAGER="less" export TERM="xterm-256color" export VISUAL="$EDITOR" |