summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-05-17 16:27:50 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-05-17 16:27:50 -0400
commitb81536ad49001abf292bd31a0dcbf57e387387b1 (patch)
tree722cac2e9eab46a3b18d930dcd37703df48ebeba /bin
parent5b8794f1f5e82c1a220f36a724e5c8ce3335c462 (diff)
Fiddle with emacs config (when to use -n, -c), get emacs using el-get.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/v-editor2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/v-editor b/bin/v-editor
index 86d1f50..5001b8a 100755
--- a/bin/v-editor
+++ b/bin/v-editor
@@ -4,4 +4,4 @@
${VISUAL:-$SELECTED_EDITOR} $@
else
${EDITOR:-$SELECTED_EDITOR} $@
-fi) || ${ALTERNATE_EDITOR:-false} $@ \ No newline at end of file
+fi) || ${ALTERNATE_EDITOR:-false} $@