emacs-collab/eshell

10 lines
129 B
Plaintext
Raw Normal View History

2017-06-02 23:56:45 +00:00
#!/bin/sh
2017-06-15 11:31:29 +00:00
. /etc/profile
2017-06-02 23:56:45 +00:00
if [ -z $EMACS ]; then
2017-06-15 22:02:23 +00:00
export EMACS=25
2017-06-02 23:56:45 +00:00
emacs --daemon
/usr/bin/emacsclient -t
else
2017-06-15 11:31:29 +00:00
/bin/bash
2017-06-02 23:56:45 +00:00
fi