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

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

[elpa] externals/marginalia 58f397d 187/241: update readme


From: Stefan Monnier
Subject: [elpa] externals/marginalia 58f397d 187/241: update readme
Date: Fri, 28 May 2021 20:49:24 -0400 (EDT)

branch: externals/marginalia
commit 58f397dd20330a4083474f094b0eb5331f1b76bc
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@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

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