Skip to content

Instantly share code, notes, and snippets.

@agam
Last active October 4, 2019 23:34
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 agam/45217a2f893cafc7e9ca7d32e57ee591 to your computer and use it in GitHub Desktop.
Save agam/45217a2f893cafc7e9ca7d32e57ee591 to your computer and use it in GitHub Desktop.
Convient file-based access to running GUI Emacs (Spacemacs!)
alias e="emacsclient --no-wait --socket-name=/Users/abrahma/.emacs.d/server/server"
# Previous errors about `-error Unknown&_command:` were fixed after upgrading emacsclient to match the Emacs version
# `brew cask install emacsclient` and `brew cask install emacs' worked for me.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment