From 6f225b8e61fddd1d091967ec362dad94422c47d1 Mon Sep 17 00:00:00 2001 From: tastytea Date: Fri, 29 May 2020 17:21:13 +0200 Subject: [PATCH] Emacs: typo. --- init.d/misc/misc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.d/misc/misc.el b/init.d/misc/misc.el index 45652d1..5fd530e 100644 --- a/init.d/misc/misc.el +++ b/init.d/misc/misc.el @@ -8,7 +8,7 @@ ;; Watchdog, noticing and explaining when Emacs acts slow. (use-package explain-pause-mode :demand t - :delay 4 + :defer 4 :straight (explain-pause-mode :type git :host github