selectrum: annotate more functions
This commit is contained in:
parent
540c523023
commit
573bd73411
1 changed files with 4 additions and 1 deletions
|
@ -166,7 +166,10 @@
|
||||||
:desc "Cycle marginalia views"
|
:desc "Cycle marginalia views"
|
||||||
"M-A" #'marginalia-cycle)
|
"M-A" #'marginalia-cycle)
|
||||||
:config
|
:config
|
||||||
(add-to-list 'marginalia-command-categories '(persp-switch-to-buffer . buffer)))
|
(nconc marginalia-command-categories
|
||||||
|
'((persp-switch-to-buffer . buffer)
|
||||||
|
(projectile-find-file . project-file)
|
||||||
|
(doom/describe-active-minor-mode . minor-mode))))
|
||||||
|
|
||||||
(use-package! embark-consult
|
(use-package! embark-consult
|
||||||
:after (embark consult)
|
:after (embark consult)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue