top | item 32450841 (no title) Zild | 3 years 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. discuss order hn newest d0mine|3 years ago you 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-i...
d0mine|3 years ago you 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-i...
d0mine|3 years ago
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-i...