Closed banyudu closed 9 years ago
Try M-x customize-theme
, choose a built-in theme (e.g. tango), save the settings and then restart Emacs -- does the same problem happen after that? If so, the problem was not this theme.
Thanks for your reply. Tango make emacs slow, too. Even when (require 'init-themes)
is commented.
So it's not this theme's bug.
Ah, okay.
Now, you're using my emacs.d
config, right? So perhaps try commenting out all or parts of init-locales.el
, e.g. the (setq utf-translate-cjk-mode nil)
line. Let me know if that helps.
Thanks, it works.
The solution is commenting the (set-language-environment 'utf-8)
line instead of (setq utf-translate-cjk-mode nil)
line.
Additionally, I found tango-dark theme works even without commenting the line above.
In certain cases, emacs is very slow, and CPU cost very high.
My Emacs Environment
Cases
Solutions
I have tried a few times to speed up emacs.
I am not good at elisp, so I just comment
(require 'init-themes)
in init.el to speed up emacs.