6 ms·
Just for reference, start emacs once, run M-x server-start and set your global git editor to emacsclient -t and you end up with an instant in terminal emacs edi
by Zild 4y ago
Just for reference, start emacs once, run M-x server-start and set your global git editor to emacsclient -t and you end up with an instant in terminal emacs editor for git, that will also leverage magit when necessary.
- d0mine 4y agoyou could start the server automatically using `-a ""`. I've configured $EDITOR to start `emacsclient "$@" -a ""` with necessary arguments (I get emacs frame instantly when necessary). https://stackoverflow.com/questions/4458800/how-to-use-one-instance-of-emacs-as-the-default-text-editor-linux https://stackoverflow.com/questions/4458800/how-to-use-one-i...