diff options
author | Case Duckworth | 2022-04-13 17:05:02 -0500 |
---|---|---|
committer | Case Duckworth | 2022-04-13 17:05:02 -0500 |
commit | 3b7b771c3fc95b07785b17ca96ec61f626d72083 (patch) | |
tree | 10885ad3ab6ff6ebb7fde482a20508b6054ce182 | |
parent | Add path_add_unsafe and change path munging (diff) | |
download | etc-3b7b771c3fc95b07785b17ca96ec61f626d72083.tar.gz etc-3b7b771c3fc95b07785b17ca96ec61f626d72083.zip |
Change EDITOR to emacsclient
Should possibly wrap in a shell script ... or something
-rw-r--r-- | profile/defaults.sh | 2 |
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 | ||
3 | export EDITOR="$(which vim)" # TODO: change to emacs | 3 | export EDITOR="$(which emacsclient)" |
4 | export VISUAL="$EDITOR" | 4 | export VISUAL="$EDITOR" |