![](/static/253f0d9b/assets/icons/icon-96x96.png)
![](https://communick.news/pictrs/image/1cfd6cab-adab-4827-b8f4-b17a90ab8f92.webp)
1·
1 year agoThanks.
The warning could be clearer on that :/
Thanks.
The warning could be clearer on that :/
For me, the main issue was startup speed from my customizations. This I sped up by:
emacsclient
over new emacs sessions.emacs.el
file.defvar
and autoload
over require
, load
, eval-after-load
.The last one is mostly to allow compiler- and flycheck warnings to work, without prematurely loading dependencies of my customization code.
Yes, it did :) Though it set off some Odyssey of things to fix with my config after upgrading my Emacs version ^^’