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

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

[elpa] externals/marginalia c68164c564: Add Emacs 29 recentf-open


From: ELPA Syncer
Subject: [elpa] externals/marginalia c68164c564: Add Emacs 29 recentf-open
Date: Tue, 29 Nov 2022 15:57:54 -0500 (EST)

branch: externals/marginalia
commit c68164c56485e1ef855c2d12e4393f5f55ca2b12
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Add Emacs 29 recentf-open
---
 marginalia.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/marginalia.el b/marginalia.el
index 6594cf7cc2..9faf7d8eb9 100644
--- a/marginalia.el
+++ b/marginalia.el
@@ -138,7 +138,8 @@ determine it."
   :type '(repeat (choice symbol regexp)))
 
 (defcustom marginalia-command-categories
-  '((imenu . imenu))
+  '((imenu . imenu)
+    (recentf-open . file))
   "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]