Set orderless completion style.
This commit is contained in:
parent
329b6ba040
commit
ff9435b717
@ -36,6 +36,14 @@
|
|||||||
corfu-quit-no-match t)
|
corfu-quit-no-match t)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
(use-package orderless
|
||||||
|
:defer t
|
||||||
|
:straight t
|
||||||
|
:config
|
||||||
|
(setq completion-styles '(orderless basic)
|
||||||
|
completion-category-defaults nil
|
||||||
|
completion-category-overrides '((file (styles partial-completion)))))
|
||||||
|
|
||||||
(use-package cape
|
(use-package cape
|
||||||
:straight (cape :type git :host github :repo "minad/cape")
|
:straight (cape :type git :host github :repo "minad/cape")
|
||||||
:after corfu
|
:after corfu
|
||||||
|
Loading…
Reference in New Issue
Block a user