Skip to content

Instantly share code, notes, and snippets.

@aaronautt
Created July 11, 2019 14:44
Show Gist options
  • Save aaronautt/856d9cc32ce1d04bfc4535a492976677 to your computer and use it in GitHub Desktop.
Save aaronautt/856d9cc32ce1d04bfc4535a492976677 to your computer and use it in GitHub Desktop.
open magit-status in a git repo , add this as an alias
emacsclient -c --eval '(let ((display-buffer-alist `(("^\\*magit: " display-buffer-same-window) ,display-buffer-alist))) (magit-status))'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment