Skip to content

Instantly share code, notes, and snippets.

@mlsteele
Created February 4, 2016 02:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mlsteele/18859ef0c154a8a81009 to your computer and use it in GitHub Desktop.
Save mlsteele/18859ef0c154a8a81009 to your computer and use it in GitHub Desktop.
Launch emacs real quick with `ec`
#!/usr/bin/env bash
(emacsclient -c "$@" &)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment