|
|
|
|
|
by earthscienceman
1573 days ago
|
|
Two things. Emacs as a daemon! And. Emacs 28 native compilation. Absolute game changer for speed in a million ways. Scrolling a 5000 line python source file with all the packages, syntax highlighting, etc etc, is buttery smooth: https://www.emacswiki.org/emacs/GccEmacs |
|
native-comp doesn't do anything for start up. Good tip though—I've been running bleeding-edge Emacs for a while now. ;-)
I ran `esup` and figured out most of the slowdown is from the otherwise excellent straight.el [1] package manager. I put
in my init, and now everything is really speedy![1]: https://github.com/raxod502/straight.el#my-init-time-got-slo...