selectrum: annotate persp-switch-to-buffer
This commit is contained in:
parent
1d43c733ea
commit
3c55105622
2 changed files with 3 additions and 2 deletions
|
@ -6,7 +6,6 @@
|
|||
* PROJ List of things needed for Ivy parity
|
||||
** TODO Icons
|
||||
https://github.com/minad/marginalia/issues/59
|
||||
** TODO display extra information in =SPC b b=
|
||||
** TODO make backspace work in filepath searching
|
||||
In ivy, backspace on =/foo/bar/!= (where =!= is the cursor) leads to =/foo/!=
|
||||
In selectrum, it leads to =/foo/bar!=
|
||||
|
|
|
@ -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