Skip to content

Instantly share code, notes, and snippets.

@eightbitraptor
Created May 7, 2014 10:59
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 eightbitraptor/1ff9b59cd627e6bf81ff to your computer and use it in GitHub Desktop.
Save eightbitraptor/1ff9b59cd627e6bf81ff to your computer and use it in GitHub Desktop.
;; This is a bugfix to tell Magit to stop using the default system emacs client and instead use the Homebrew one
;; This stops a completely new frame opening up when we try and commit
(set-variable 'magit-emacsclient-executable "/usr/local/opt/emacs/bin/emacsclient")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment