Mercurial > dotfiles
view .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 |
line wrap: on
line source
export ALTERNATE_EDITOR=$HOME/unixSoft/otherbin/emacs.sh alias e='emacsclient -n' alias ee='emacsclient' export EDITOR=emacsclient