Replies: 1 comment 4 replies
-
Same here. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I confirm that...
I searched the FAQ, issue tracker, discussions board, documentation, and wiki, and did not find an answer to my question.
Any discussions with or conclusions derived from the use of LLMs will be omitted from my question.
What is your question?
I recently reinstalled my operating system, which of course meant I had to reinstall Doom Emacs as well. After the reinstallation, I found that Emacs starts up extremely slowly, taking 3 to 10 seconds each time.
Even after it successfully launches, I can barely do anything. There's a huge delay when I press any keybindings, and it might take up to two minutes before I can even perform some basic operations. The latency is so high that it's almost unusable.
When I start Emacs with
emacs -q
, everything is normal and there are no issues. I tried usingbenchmark-init
to find the cause of the slowdown, but the results were very brief. It showed that the face-remap module took 22ms (the slowest), followed by my custom theme at 5ms, and then~/.config/doom/custom.el
at 2ms. That was it. The sum of these times is obviously much, much less than the actual startup time I'm experiencing, so I can't pinpoint the real source of the problem.Before I reinstalled my system, Doom Emacs was much, much faster. With the exact same configuration, it would be ready to use in just 1 to 2 seconds. What could have happened?
Here are my Doom Emacs configuration files: https://github.com/oodzchen/dotfiles/tree/main/doomemacs
Here is my system configuration:
OS: openSUSE Tumbleweed
DE: KDE Plasma 6.4.2
Emacs: 30.1
System information
https://pastebin.com/SKLJEbz3
Beta Was this translation helpful? Give feedback.
All reactions