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

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

[elpa] externals/marginalia 6aa48ab592: where-is candidates are commands


From: ELPA Syncer
Subject: [elpa] externals/marginalia 6aa48ab592: where-is candidates are commands
Date: Wed, 1 Mar 2023 21:58:55 -0500 (EST)

branch: externals/marginalia
commit 6aa48ab592d209449800e1dc04c083007b5a6fcf
Author: Omar Antolín <omar.antolin@gmail.com>
Commit: Omar Antolín <omar.antolin@gmail.com>

    where-is candidates are commands
---
 marginalia.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/marginalia.el b/marginalia.el
index 20b6cf6979..db3ce034e2 100644
--- a/marginalia.el
+++ b/marginalia.el
@@ -146,7 +146,8 @@ hold sensitive data, e.g., passwords."
 
 (defcustom marginalia-command-categories
   '((imenu . imenu)
-    (recentf-open . file))
+    (recentf-open . file)
+    (where-is . command))
   "Associate commands with a completion category."
   :type '(alist :key-type symbol :value-type symbol))
 



reply via email to

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