chore(misc): tweak explain-pause-mode setup

This commit is contained in:
2021-02-16 22:46:40 +00:00
parent 395ad7ccac
commit 7a02ca009b
2 changed files with 5 additions and 1 deletions

View File

@@ -10,7 +10,10 @@
:straight (:type git :host github :repo "lastquestion/explain-pause-mode")
:custom
(explain-pause-blocking-too-long-ms 40))
(explain-pause-blocking-too-long-ms 40)
:config
(explain-pause-mode))
(provide 'siren-explain-pause)
;;; siren-explain-pause.el ends here