Require pulse to define dynamic variables before lexically masking

This commit is contained in:
Gerard Vermeulen 2022-04-09 20:27:46 +02:00
parent 9320f3f6f2
commit 73194427d4

View File

@ -3234,7 +3234,7 @@ and names in buffers for debugging.
#+caption: Implement =my-pulse-one-line=.
#+name: lst:my-pulse-one-line
#+begin_src emacs-lisp
(with-eval-after-load 'emacs
(when (require 'pulse nil 'noerror)
;; https://karthinks.com/software/batteries-included-with-emacs/
;; https://www.reddit.com/r/emacs/comments/jwhr6g/batteries_included_with_emacs/
(defun my-pulse-one-line (&rest _)