Skip to content

Commit 0c97796

Browse files
author
DogLooksGood
committed
Fix the order of beacons for meow-search
1 parent 6083e74 commit 0c97796

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

meow-beacon.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,8 @@ MATCH is the search regexp."
247247
'(select . visit)
248248
(car match)
249249
(cadr match)
250-
back)))))))))
250+
back)))))
251+
(setq meow--beacon-overlays (reverse meow--beacon-overlays))))))
251252

252253
(defun meow--beacon-count-lines (beg end)
253254
"Count selected lines from BEG to END."

0 commit comments

Comments
 (0)