diff options
author | Case Duckworth | 2021-10-05 14:20:39 -0500 |
---|---|---|
committer | Case Duckworth | 2021-10-05 14:20:39 -0500 |
commit | 24fee83cc0987bd4c08214e67a9690611ed9a4d5 (patch) | |
tree | 7df8bb4e9f52b66ff4d172e2e6ac456344f7460f /init.el | |
parent | Customize random stuff (diff) | |
download | emacs-24fee83cc0987bd4c08214e67a9690611ed9a4d5.tar.gz emacs-24fee83cc0987bd4c08214e67a9690611ed9a4d5.zip |
Don't pulse line
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 4 |
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))) |