mortymacs

joined 1 year ago
[–] [email protected] 1 points 1 year ago

If you want to improve the bootup performance, you can use the Client/Server feature that Emacs provides. It can utilize it to significantly speed up your Emacs.

Run the Emacs server by:

emacs --daemon

And Emacs client connects to it automatically:

emacsclient sample.cpp