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:
2021-03-15 22:58:54 +00:00
parent 49c85482b1
commit 98b4e800f5

View File

@@ -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