branch: externals/marginalia
commit 58f397dd20330a4083474f094b0eb5331f1b76bc
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    update readme
---
 README.org      | 2 +-
 marginalia.texi | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.org b/README.org
index bac92f0..8226794 100644
--- a/README.org
+++ b/README.org
@@ -68,7 +68,7 @@ useful commands.
 
   ;; When using Selectrum, ensure that Selectrum is refreshed when cycling 
annotations.
   (advice-add #'marginalia-cycle :after
-              (lambda () (when (bound-and-true-p selectrum-mode) 
(selectrum-exhibit))))
+              (lambda () (when (bound-and-true-p selectrum-mode) 
(selectrum-exhibit 'keep-selected))))
 
   ;; Prefer richer, more heavy, annotations over the lighter default variant.
   ;; E.g. M-x will show the documentation string additional to the keybinding.
diff --git a/marginalia.texi b/marginalia.texi
index 0f10804..a585aec 100644
--- a/marginalia.texi
+++ b/marginalia.texi
@@ -86,7 +86,7 @@ useful commands.
 
   ;; When using Selectrum, ensure that Selectrum is refreshed when cycling 
annotations.
   (advice-add #'marginalia-cycle :after
-              (lambda () (when (bound-and-true-p selectrum-mode) 
(selectrum-exhibit))))
+              (lambda () (when (bound-and-true-p selectrum-mode) 
(selectrum-exhibit 'keep-selected))))
 
   ;; Prefer richer, more heavy, annotations over the lighter default variant.
   ;; E.g. M-x will show the documentation string additional to the keybinding.

Reply via email to