From d8d2f5d06db7a9a9eded187e7bc7a110ff3aa56a Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 5 Oct 2021 08:33:36 -0500 Subject: Add lines to pulse --- init.el | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index a810370..106393d 100644 --- a/init.el +++ b/init.el @@ -737,11 +737,12 @@ specific to most general, they are these: "Pulse the current line." (pulse-momentary-highlight-one-line (point))) - (dolist (command '(scroll-up-command - scroll-down-command - recenter-top-bottom other-window - switch-to-buffer)) - (advice-add command :after #'pulse-line))) + (dolist (func '(scroll-up-command + scroll-down-command + recenter-top-bottom other-window + switch-to-buffer + redraw-frame)) + (advice-add func :after #'pulse-line))) (setup re-builder (require 'acdw-re) -- cgit 1.4.1-21-gabe81