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
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: