summaryrefslogtreecommitdiff
path: root/.config/selected_editor
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2014-04-10 19:27:56 -0400
committerLuke Shumaker <shumakl@purdue.edu>2014-04-10 19:27:56 -0400
commita5cbc6a76aa80e955318837d5469495b0c27d5cf (patch)
tree16f25ed2b91802bc0eb9dafef16f65e491475e65 /.config/selected_editor
parent05b0b4082a38b684bf4f79d985198f28aafc1c1a (diff)
nano isn't installed on most of these, use vim as the ALTERNATE_EDITOR
Diffstat (limited to '.config/selected_editor')
-rw-r--r--.config/selected_editor2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/selected_editor b/.config/selected_editor
index 7631487..8330cfe 100644
--- a/.config/selected_editor
+++ b/.config/selected_editor
@@ -1,4 +1,4 @@
# Generated by /usr/bin/select-editor
SELECTED_EDITOR="emacsclient -a '' -c"
-ALTERNATE_EDITOR='nano'
+ALTERNATE_EDITOR='/usr/bin/vim'
VISUAL="$SELECTED_EDITOR"