use orderless
This commit is contained in:
parent
c5ce6fadb2
commit
8c1a05745d
1 changed files with 2 additions and 0 deletions
2
init.el
2
init.el
|
|
@ -78,6 +78,8 @@
|
|||
(add-to-list `completion-at-point-functions #'cape-file)
|
||||
(add-to-list `completion-at-point-functions #'cape-emoji))
|
||||
|
||||
(use-package orderless
|
||||
:custom (completion-styles '(orderless basic)))
|
||||
(use-package corfu
|
||||
:demand t
|
||||
:custom
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue