about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-04-02 12:38:13 -0500
committerCase Duckworth2022-04-02 12:38:13 -0500
commit00b0f259bac97003344f032d4a2df6580aa5df2d (patch)
treee45ab9c512630fd835117b4e5baf7bf85f73694b
parentFix XDG_RUNTIME_DIR (diff)
downloadetc-00b0f259bac97003344f032d4a2df6580aa5df2d.tar.gz
etc-00b0f259bac97003344f032d4a2df6580aa5df2d.zip
Set $EDITOR to emacsclient
-rw-r--r--profile/defaults.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/profile/defaults.sh b/profile/defaults.sh index 8facc97..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 vim)" # TODO: change to emacs 3export EDITOR="$(which emacsclient)"
4export ALTERNATE_EDITOR=
4export VISUAL="$EDITOR" 5export VISUAL="$EDITOR"