From 3b7b771c3fc95b07785b17ca96ec61f626d72083 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 13 Apr 2022 17:05:02 -0500 Subject: Change EDITOR to emacsclient Should possibly wrap in a shell script ... or something --- profile/defaults.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'profile/defaults.sh') 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 @@ # Default programs -export EDITOR="$(which vim)" # TODO: change to emacs +export EDITOR="$(which emacsclient)" export VISUAL="$EDITOR" -- cgit 1.4.1-21-gabe81