Skip to content

Instantly share code, notes, and snippets.

@rlb3
Last active December 14, 2015 21:29
Show Gist options
  • Select an option

  • Save rlb3/5151646 to your computer and use it in GitHub Desktop.

Select an option

Save rlb3/5151646 to your computer and use it in GitHub Desktop.
emacs shell aliases
alias estart='/Applications/Emacs.app/Contents/MacOS/Emacs --daemon'
alias e='emacsclient -c -n'
alias t='emacsclient -t'
alias ke='emacsclient -e "(kill-emacs)"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment