From 00b0f259bac97003344f032d4a2df6580aa5df2d Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sat, 2 Apr 2022 12:38:13 -0500 Subject: Set $EDITOR to emacsclient --- profile/defaults.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 @@ # Default programs -export EDITOR="$(which vim)" # TODO: change to emacs +export EDITOR="$(which emacsclient)" +export ALTERNATE_EDITOR= export VISUAL="$EDITOR" -- cgit 1.4.1-21-gabe81