From 98b4e800f509d6aa5219a0daeb5aeb506500842c Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 15 Mar 2021 22:58:54 +0000 Subject: [PATCH] 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. --- modules/misc/siren-explain-pause.el | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/modules/misc/siren-explain-pause.el b/modules/misc/siren-explain-pause.el index e27b47d..6119dbc 100644 --- a/modules/misc/siren-explain-pause.el +++ b/modules/misc/siren-explain-pause.el @@ -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