Emacs: Add explain-pause-mode.
This commit is contained in:
parent
cf936fa1b5
commit
10be9b8b62
19
init.d/misc/misc.el
Normal file
19
init.d/misc/misc.el
Normal file
|
@ -0,0 +1,19 @@
|
|||
;;; misc.el --- Stuff that fits no other category -*- lexical-binding: t; -*-
|
||||
|
||||
;;; Commentary:
|
||||
;;; Code:
|
||||
|
||||
(require 'basics/package-management)
|
||||
|
||||
;; Watchdog, noticing and explaining when Emacs acts slow.
|
||||
(use-package explain-pause-mode
|
||||
:demand t
|
||||
:delay 4
|
||||
:straight (explain-pause-mode
|
||||
:type git
|
||||
:host github
|
||||
:repo "lastquestion/explain-pause-mode")
|
||||
:config (explain-pause-mode t))
|
||||
|
||||
(provide 'misc)
|
||||
;;; misc.el ends here
|
Loading…
Reference in New Issue
Block a user