diff options
author | Case Duckworth | 2022-04-02 12:38:13 -0500 |
---|---|---|
committer | Case Duckworth | 2022-04-02 12:38:13 -0500 |
commit | 00b0f259bac97003344f032d4a2df6580aa5df2d (patch) | |
tree | e45ab9c512630fd835117b4e5baf7bf85f73694b /profile | |
parent | Fix XDG_RUNTIME_DIR (diff) | |
download | etc-00b0f259bac97003344f032d4a2df6580aa5df2d.tar.gz etc-00b0f259bac97003344f032d4a2df6580aa5df2d.zip |
Set $EDITOR to emacsclient
Diffstat (limited to 'profile')
-rw-r--r-- | profile/defaults.sh | 3 |
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 | ||
3 | export EDITOR="$(which vim)" # TODO: change to emacs | 3 | export EDITOR="$(which emacsclient)" |
4 | export ALTERNATE_EDITOR= | ||
4 | export VISUAL="$EDITOR" | 5 | export VISUAL="$EDITOR" |