Discussion on how to start Emacs Server
Original link: https://emacstalk.github.io/post/020/ On Unix-like operating systems, the default text editor for command-line tools (such as git commit) can be configured by setting the EDITOR environment variable, for example: export EDITOR = vim export EDITOR = emacs In this way, a new editor instance will be created every time, which is fine for a lightweight […]
Discussion on how to start Emacs Server Read More »