Enable explain-pause-mode

This commit is contained in:
contrapunctus 2022-01-10 10:00:24 +05:30
parent 441f415a66
commit 092cd73eaf
1 changed files with 1 additions and 1 deletions

View File

@ -3769,11 +3769,11 @@ Create advice for =lispy-pair= - if =lispy--in-string-or-comment-p= is true, sel
#+BEGIN_SRC emacs-lisp
(use-package explain-pause-mode
:load-path "~/.emacs.d/elisp-git/explain-pause-mode/"
:disabled t
:diminish
:commands explain-pause-mode
:init (explain-pause-mode))
#+END_SRC
*** WIP async-tangle
Adapted from https://stackoverflow.com/questions/16815598/run-commands-in-emacs-asynchronously-but-display-output-incrementally/16816575#16816575 and the Elisp manual