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

    customize group: more restrictive prompt classifier
---
 marginalia.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/marginalia.el b/marginalia.el
index 53926eb..d7ecb5f 100644
--- a/marginalia.el
+++ b/marginalia.el
@@ -132,7 +132,7 @@ determine it."
   :type 'hook)
 
 (defcustom marginalia-prompt-categories
-  '(("\\<group\\>" . customize-group)
+  '(("\\<customize group\\>" . customize-group)
     ("\\<M-x\\>" . command)
     ("\\<package\\>" . package)
     ("\\<bookmark\\>" . bookmark)

Reply via email to