I've been using Magit for awhile, and when committing, it used to simply split the window and allow me to commit from within the same emacs session, but I seem to have changed this behavior to the following:
Now, when I commit my staged changes, a new emacs client starts up, taking awhile to load, finally letting me write my commit message. I then run C-c C-c to commit. The commit goes through when I close this client.
How do I force magit to run the commit within the same session of emacs and NOT open a whole new client?
export VISUAL=emacsclient
in~/.bashrc
on Linux. Maybe there's something similar in OSX. – Denumerable