emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/pulsar d643c28ac7 2/2: Remove isearch from pulsar-pulse


From: ELPA Syncer
Subject: [elpa] externals/pulsar d643c28ac7 2/2: Remove isearch from pulsar-pulse-functions
Date: Fri, 25 Mar 2022 06:57:43 -0400 (EDT)

branch: externals/pulsar
commit d643c28ac7d1ebd8b7fc1e5137b77900572168a5
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Remove isearch from pulsar-pulse-functions
    
    I tried them for a while, but they are too intrusive when there are
    multiple matches clustered together.
---
 pulsar.el | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/pulsar.el b/pulsar.el
index 66c745b113..4eb4a47c6a 100644
--- a/pulsar.el
+++ b/pulsar.el
@@ -68,9 +68,7 @@ Extension of `pulse.el'."
 ;;;; User options
 
 (defcustom pulsar-pulse-functions
-  '(isearch-repeat-forward
-    isearch-repeat-backward
-    recenter-top-bottom
+  '(recenter-top-bottom
     move-to-window-line-top-bottom
     reposition-window
     bookmark-jump



reply via email to

[Prev in Thread] Current Thread [Next in Thread]