emacs-collab/eshell

8 lines
94 B
Plaintext
Raw Normal View History

2017-06-02 23:56:45 +00:00
#!/bin/sh
if [ -z $EMACS ]; then
emacs --daemon
/usr/bin/emacsclient -t
else
/bin/sh
fi