about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-04-13 17:05:02 -0500
committerCase Duckworth2022-04-13 17:05:02 -0500
commit3b7b771c3fc95b07785b17ca96ec61f626d72083 (patch)
tree10885ad3ab6ff6ebb7fde482a20508b6054ce182
parentAdd path_add_unsafe and change path munging (diff)
downloadetc-3b7b771c3fc95b07785b17ca96ec61f626d72083.tar.gz
etc-3b7b771c3fc95b07785b17ca96ec61f626d72083.zip
Change EDITOR to emacsclient
Should possibly wrap in a shell script ... or something
-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"