about summary refs log tree commit diff stats
path: root/profile/defaults.sh
diff options
context:
space:
mode:
Diffstat (limited to 'profile/defaults.sh')
-rw-r--r--profile/defaults.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/profile/defaults.sh b/profile/defaults.sh index 347e0e5..e167147 100644 --- a/profile/defaults.sh +++ b/profile/defaults.sh
@@ -1,4 +1,5 @@
1# Default programs 1# Default programs
2 2
3export EDITOR="$(which emacsclient)" 3export EDITOR="$(which emacsclient)"
4export ALTERNATE_EDITOR=
4export VISUAL="$EDITOR" 5export VISUAL="$EDITOR"