summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.el b/init.el index 2a6bbcb..83486c8 100644 --- a/init.el +++ b/init.el
@@ -729,10 +729,10 @@ specific to most general, they are these:
729 (turn-on-auto-fill)))) 729 (turn-on-auto-fill))))
730 730
731(setup pulse 731(setup pulse
732 (:option pulse-flag t 732 (:option pulse-flag nil
733 pulse-delay 0.5 733 pulse-delay 0.5
734 pulse-iterations 1) 734 pulse-iterations 1)
735 735
736 (defun pulse-line (&rest _) 736 (defun pulse-line (&rest _)
737 "Pulse the current line." 737 "Pulse the current line."
738 (pulse-momentary-highlight-one-line (point))) 738 (pulse-momentary-highlight-one-line (point)))