Skip to content

Instantly share code, notes, and snippets.

@mourjo
Created July 26, 2023 11:35
Show Gist options
  • Save mourjo/276951ebc209ef3ef5b4929c0c01fdd6 to your computer and use it in GitHub Desktop.
Save mourjo/276951ebc209ef3ef5b4929c0c01fdd6 to your computer and use it in GitHub Desktop.
Run emacs from CLI on Mac
#!/bin/sh
/Applications/Emacs.app/Contents/MacOS/bin/emacsclient -n "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment