Faster Emacs Startup with early-init.el
Optimize Emacs startup by eliminating unnecessary visual elements and reducing garbage collection overhead with early-init.el
.
This site is not a place to provide value to readers, but a one for personal thought experiment. Rindrics, the note owner, will share content such as: the things he is currently learning, memorandum, favorite things, the process and the results of his thoughts.
Optimize Emacs startup by eliminating unnecessary visual elements and reducing garbage collection overhead with early-init.el
.
I started using fast LSP client lsp-bridge
.
In this post, I introduce some additional configuration needed.
It’s been about a month since I started this series, that is, since I initialized my Emacs configuration. While considering coding productivity, I felt it was time to integrate LSP into my setup. But…