Jorge Israel Peña
Jorge Israel Peña
Moving it to `[:dev :plugins]` does solve this issue for me, however, how do you guys go about building an uberjar of the project with `:aot :all`? To serve the...
By the way, I'm curious what you've used to measure startup time if you don't mind sharing. I've been out of the loop for a while and curious what options...
Thanks to @tshu-w for asking about the which-key prefixes as I actually had not noticed that the which-key labels weren't working anymore, and thanks @noctuid for providing the solution. For...
Ah I see, thanks! For others: * https://www.emacswiki.org/emacs/ProfileDotEmacs * Mirrored/ELPA: https://github.com/raxod502/profile-dotemacs
Thank you so much for the wealth of information, I really appreciate your time! I'll give this a shot when I get a chance and report back.
So I had a chance to apply some the ideas you gave me, hopefully correctly. I'm sure with the change to globally defer packages in `use-package`, not emit autoloads in...
Wow thanks for all that information! I'll certainly give it a shot next time I get a chance, of course don't let that get in the way of closing this...
Will do! I also tried out some of the changes you mentioned such as adding early-init and disabling gc during init and it definitely does seem to have helped further!...
To test, I removed the `run-mode-hooks` call, which is called automatically anyway, and then the `prog-mode-hook` handlers did run.
That function's documentation states: ``` Switch to Fundamental mode by killing current buffer’s local variables. Most local variable bindings are eliminated so that the default values become effective once more....