changeset 407:c911585b7a7b

editors: add ee alias for emacsclient with blocking
author Augie Fackler <raf@durin42.com>
date Sat, 24 Oct 2015 10:45:58 -0400
parents 68a57a12c18b
children 8571fe484690
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,3 +1,4 @@
 export ALTERNATE_EDITOR=$HOME/unixSoft/otherbin/emacs.sh
 alias e='emacsclient -n'
+alias ee='emacsclient'
 export EDITOR=emacsclient