Require pulse to define dynamic variables before lexically masking
This commit is contained in:
parent
9320f3f6f2
commit
73194427d4
@ -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 _)
|
||||
|
Loading…
x
Reference in New Issue
Block a user