Try orderless partial-completion for files
This commit is contained in:
parent
b676b70273
commit
5938a873b3
1 changed files with 2 additions and 0 deletions
|
@ -400,6 +400,8 @@
|
|||
(use-package orderless
|
||||
:custom
|
||||
(completion-styles '(orderless)))
|
||||
(completion-styles '(orderless basic))
|
||||
(completion-category-overrides '((file (styles basic partial-completion)))))
|
||||
|
||||
(use-package embark
|
||||
:bind (("C-'" . embark-act)
|
||||
|
|
Loading…
Add table
Reference in a new issue