From b81536ad49001abf292bd31a0dcbf57e387387b1 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 17 May 2011 16:27:50 -0400 Subject: Fiddle with emacs config (when to use -n, -c), get emacs using el-get. --- bin/v-editor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/v-editor') 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} $@ -- cgit v1.2.3-2-g168b