diff --git a/eshell b/eshell new file mode 100755 index 0000000..8212ad3 --- /dev/null +++ b/eshell @@ -0,0 +1,7 @@ +#!/bin/sh +if [ -z $EMACS ]; then + emacs --daemon + /usr/bin/emacsclient -t +else + /bin/sh +fi