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

    marginalia-annotator-registry: Use more precise type
---
 marginalia.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/marginalia.el b/marginalia.el
index 98b46bb..f470bda 100644
--- a/marginalia.el
+++ b/marginalia.el
@@ -102,7 +102,7 @@ It can also be set to an integer value of 1 or larger to 
force an offset."
 Associates completion categories with annotation functions.
 Each annotation function must return a string,
 which is appended to the completion candidate."
-  :type 'alist)
+  :type '(alist :key-type symbol :value-type (repeat symbol)))
 
 (defcustom marginalia-classifiers
   '(marginalia-classify-by-command-name

Reply via email to