changeset 44:9a3af00d8eaa

Add emacsclient as $EDITOR to editorsetup.
author Augie Fackler <durin42@gmail.com>
date Mon, 09 Feb 2009 10:20:16 -0600
parents f34194cad324
children 9b1e270ebbf6
files .shell.d/50.editorsetup.sh
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.shell.d/50.editorsetup.sh
+++ b/.shell.d/50.editorsetup.sh
@@ -1,2 +1,3 @@
 export ALTERNATE_EDITOR=$HOME/unixSoft/otherbin/emacs.sh
 alias e='emacsclient -n'
+export EDITOR=emacsclient