Emacs: Disable explain-pause-mode.

This commit is contained in:
tastytea 2020-06-01 14:29:09 +02:00
parent 84dc01f9e4
commit 00ad67675c
1 changed files with 11 additions and 10 deletions

View File

@ -5,16 +5,17 @@
(require 'basics/package-management)
;; Watchdog, noticing and explaining when Emacs acts slow.
(use-package explain-pause-mode
:demand t
:defer 4
:diminish explain-pause-mode
:straight (explain-pause-mode
:type git
:host github
:repo "lastquestion/explain-pause-mode")
:config (explain-pause-mode t))
;; Many errors, slows things down considerably.
;; ;; Watchdog, noticing and explaining when Emacs acts slow.
;; (use-package explain-pause-mode
;; :demand t
;; :defer 4
;; :diminish explain-pause-mode
;; :straight (explain-pause-mode
;; :type git
;; :host github
;; :repo "lastquestion/explain-pause-mode")
;; :config (explain-pause-mode t))
(provide 'misc/misc)
;;; misc.el ends here