branch: elpa/isl
commit 787785415550f7ece3c59c781f0ab60ba84f23d3
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Recenter when going to next
---
isearch-light.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/isearch-light.el b/isearch-light.el
index 4f7b248507f..a33cdc757ed 100644
--- a/isearch-light.el
+++ b/isearch-light.el
@@ -150,6 +150,7 @@ It put overlay on current position, move to next overlay
using
(if (listp buffer-invisibility-spec)
(mapc 'remove-from-invisibility-spec buffer-invisibility-spec)
(remove-from-invisibility-spec buffer-invisibility-spec))))
+ (recenter)
(isl-setup-mode-line)))
(defun isl--find-and-goto-overlay (overlay)