summaryrefslogtreecommitdiff
path: root/.config/selected_editor
diff options
context:
space:
mode:
Diffstat (limited to '.config/selected_editor')
-rw-r--r--.config/selected_editor5
1 files changed, 2 insertions, 3 deletions
diff --git a/.config/selected_editor b/.config/selected_editor
index 1cc76a7..57d0288 100644
--- a/.config/selected_editor
+++ b/.config/selected_editor
@@ -1,7 +1,6 @@
-# Generated by /usr/bin/select-editor
-SELECTED_EDITOR="emacsclient -c"
+SELECTED_EDITOR="emacsclient -a '' -c"
if [[ -n $SSH_CONNECTION ]]; then
SELECTED_EDITOR+=' -nw'
fi
-ALTERNATE_EDITOR='nano'
+ALTERNATE_EDITOR='/usr/bin/vim'
VISUAL="$SELECTED_EDITOR"