about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--profile/defaults.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/profile/defaults.sh b/profile/defaults.sh index 8facc97..347e0e5 100644 --- a/profile/defaults.sh +++ b/profile/defaults.sh
@@ -1,4 +1,4 @@
1# Default programs 1# Default programs
2 2
3export EDITOR="$(which vim)" # TODO: change to emacs 3export EDITOR="$(which emacsclient)"
4export VISUAL="$EDITOR" 4export VISUAL="$EDITOR"