From 046aac0fc185b4e4ac2362812024dca026ab84aa Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 11 Oct 2021 18:01:41 -0500 Subject: Change pulse-iness of eval-region --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'init.el') diff --git a/init.el b/init.el index c8db6d7..bbda9aa 100644 --- a/init.el +++ b/init.el @@ -351,7 +351,8 @@ ;; Add advice to pulse evaluated regions (:advise eval-region :around (defun eval-region@pulse (fn beg end &rest args) - (pulse-momentary-highlight-region beg end) + (let ((pulse-flag t)) + (pulse-momentary-highlight-region beg end)) (apply fn beg end args)))) (:with-mode lisp-interaction-mode ;; -___- -- cgit 1.4.1-21-gabe81