branch: externals/pulsar
commit d643c28ac7d1ebd8b7fc1e5137b77900572168a5
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@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