selectrum: orderless now works
This commit is contained in:
parent
93008e1784
commit
1b74d822c3
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,6 @@
|
|||
** TODO Start-up with recent files
|
||||
** TODO Add vanilla keybindings
|
||||
*** TODO Add keybinding for embark-act
|
||||
** TODO ~+orderless~ doesn't work
|
||||
* PROJ List of things needed for Ivy parity
|
||||
** TODO Icons
|
||||
https://github.com/minad/marginalia/issues/59
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
(use-package! orderless
|
||||
:when (featurep! +orderless)
|
||||
:defer t
|
||||
:after selectrum
|
||||
:init
|
||||
(setq orderless-component-separator "[ &]"
|
||||
orderless-matching-styles '(orderless-prefixes
|
||||
|
@ -47,6 +47,7 @@
|
|||
:config
|
||||
(setq completion-styles '(orderless))
|
||||
(setq orderless-skip-highlighting (lambda () selectrum-active-p))
|
||||
(setq selectrum-refine-candidates-function #'orderless-filter)
|
||||
(setq selectrum-highlight-candidates-function #'orderless-highlight-matches)
|
||||
(setq orderless-matching-styles '(orderless-regexp)
|
||||
orderless-style-dispatchers '(flex-if-twiddle
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue