Don't pulse line

This commit is contained in:
Case Duckworth 2021-10-05 14:20:39 -05:00
parent 496951513d
commit 24fee83cc0
1 changed files with 2 additions and 2 deletions

View File

@ -729,10 +729,10 @@ specific to most general, they are these:
(turn-on-auto-fill))))
(setup pulse
(:option pulse-flag t
(:option pulse-flag nil
pulse-delay 0.5
pulse-iterations 1)
(defun pulse-line (&rest _)
"Pulse the current line."
(pulse-momentary-highlight-one-line (point)))