mortymacs

joined 10 months ago
[–] mortymacs@alien.top 1 points 10 months 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