selectrum: annotate persp-switch-to-buffer
This commit is contained in:
parent
1d43c733ea
commit
3c55105622
2 changed files with 3 additions and 2 deletions
|
@ -94,7 +94,9 @@
|
|||
(use-package! marginalia
|
||||
:hook (doom-first-input . marginalia-mode)
|
||||
:init
|
||||
(setq-default marginalia-annotators '(marginalia-annotators-heavy)))
|
||||
(setq-default marginalia-annotators '(marginalia-annotators-heavy))
|
||||
:config
|
||||
(add-to-list 'marginalia-command-categories '(persp-switch-to-buffer . buffer)))
|
||||
|
||||
(use-package! embark-consult
|
||||
:after (embark consult)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue