| Paste number 73457: | emacs --daemon setup in .bashrc |
| Pasted by: | keramida |
| When: | 5 months, 3 weeks ago |
| Share: | Tweet this! | http://paste.lisp.org/+1KOH |
| Channel: | #emacs |
| Paste contents: |
# Editor setup. Use an existing Emacs daemon, if possible, but fall # back to a plain text-based Emacs session if that fails. export ALTERNATE_EDITOR='emacs-no-gui' export EDITOR='emacsclient -t' alias emacs='emacsclient -t'
This paste has no annotations.