mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
fix(misc): do not enable explain-pause-mode automatically when emacs starts
Instead let it be a something that needs to be manually started. It seems to make Emacs just that little slower overall.
This commit is contained in:
@@ -10,10 +10,7 @@
|
||||
:straight (:type git :host github :repo "lastquestion/explain-pause-mode")
|
||||
|
||||
:custom
|
||||
(explain-pause-blocking-too-long-ms 40)
|
||||
|
||||
:config
|
||||
(explain-pause-mode))
|
||||
(explain-pause-blocking-too-long-ms 40))
|
||||
|
||||
(provide 'siren-explain-pause)
|
||||
;;; siren-explain-pause.el ends here
|
||||
|
||||
Reference in New Issue
Block a user