Mercurial > dotfiles
comparison .shell.d/50.editorsetup.sh @ 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 | 9a3af00d8eaa |
children | 1a3f8dff1214 |
comparison
equal
deleted
inserted
replaced
406:68a57a12c18b | 407:c911585b7a7b |
---|---|
1 export ALTERNATE_EDITOR=$HOME/unixSoft/otherbin/emacs.sh | 1 export ALTERNATE_EDITOR=$HOME/unixSoft/otherbin/emacs.sh |
2 alias e='emacsclient -n' | 2 alias e='emacsclient -n' |
3 alias ee='emacsclient' | |
3 export EDITOR=emacsclient | 4 export EDITOR=emacsclient |