Skip to content

Instantly share code, notes, and snippets.

@webframp
Created November 12, 2012 20:38
Show Gist options
  • Save webframp/4061726 to your computer and use it in GitHub Desktop.
Save webframp/4061726 to your computer and use it in GitHub Desktop.
function e() { emacs -nw $@ }
function ed() { emacs --daemon }
function ec() { emacsclient -t $@ }
function es() { e --daemon=$1 && ec -s $1 }
function el() { ps ax | egrep '[Ee]macs' }
function ek() { ec -e '(kill-emacs)' -s $1 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment