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

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

[elpa] externals/marginalia c6ca58b: The Marginalia side of the fix for


From: ELPA Syncer
Subject: [elpa] externals/marginalia c6ca58b: The Marginalia side of the fix for oantolin/embark#353
Date: Sat, 21 Aug 2021 15:57:11 -0400 (EDT)

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

    The Marginalia side of the fix for oantolin/embark#353
    
    package-delete shouldn't really report the same completion category as
    the other package commands because its completion candidates include
    version numbers.
---
 marginalia.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/marginalia.el b/marginalia.el
index 36267ca..d62e1eb 100644
--- a/marginalia.el
+++ b/marginalia.el
@@ -140,7 +140,8 @@ determine it."
   :type '(repeat (choice symbol regexp)))
 
 (defcustom marginalia-command-categories
-  '((imenu . imenu))
+  '((imenu . imenu)
+    (package-delete . versioned-package))
   "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]