Variable: marginalia-command-categories
marginalia-command-categories is a customizable variable defined in
marginalia.el.
Value
((imenu . imenu) (recentf-open . file) (where-is . command))
Documentation
Associate commands with a completion category.
The value of this-command is used as key for the lookup.
Source Code
;; Defined in ~/.emacs.d/elpa/marginalia-20260724.810/marginalia.el
(defcustom marginalia-command-categories
`((,#'imenu . imenu)
(,#'recentf-open . file)
(,#'where-is . command))
"Associate commands with a completion category.
The value of `this-command' is used as key for the lookup."
:type '(alist :key-type symbol :value-type symbol))