# HG changeset patch # User Augie Fackler # Date 1234196416 21600 # Node ID 9a3af00d8eaa23b4a938d07f571151f3258b4acc # Parent f34194cad32471e9a66ea1e75bca9c702269da8b Add emacsclient as $EDITOR to editorsetup. diff --git a/.shell.d/50.editorsetup.sh b/.shell.d/50.editorsetup.sh --- 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