Skip to content

Instantly share code, notes, and snippets.

@emcrisostomo
Created December 8, 2017 19:51
Show Gist options
  • Save emcrisostomo/66b750c4565d28a92abe1387ca4117b0 to your computer and use it in GitHub Desktop.
Save emcrisostomo/66b750c4565d28a92abe1387ca4117b0 to your computer and use it in GitHub Desktop.
ZSH - emacs() function
function emacs()
{
# -c creates a new frame
# -a= fires a new emacs server if none is running
emacsclient -c -a= $*
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment