minus-squaremortymacs@alien.topBtoEmacs@communick.news•Share how did you make Emacs faster.linkfedilinkEnglisharrow-up1·1 year agoIf 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 linkfedilink
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:
And Emacs client connects to it automatically: