emacs: switch back to space as orderless separator
This commit is contained in:
parent
cb80693345
commit
f0dc7e9fa6
1 changed files with 0 additions and 2 deletions
|
@ -122,7 +122,6 @@
|
||||||
(corfu-cycle t "Enable cycling through completions")
|
(corfu-cycle t "Enable cycling through completions")
|
||||||
(corfu-auto t "Show completion preview by default")
|
(corfu-auto t "Show completion preview by default")
|
||||||
(corfu-auto-prefix 2 "Show completion after two characters")
|
(corfu-auto-prefix 2 "Show completion after two characters")
|
||||||
(corfu-separator ?# "I use # as a component separator in orderless")
|
|
||||||
;; Only confirm autocompletion with TAB
|
;; Only confirm autocompletion with TAB
|
||||||
:bind (:map corfu-map ("RET" . nil))
|
:bind (:map corfu-map ("RET" . nil))
|
||||||
:config
|
:config
|
||||||
|
@ -231,7 +230,6 @@
|
||||||
(use-package orderless
|
(use-package orderless
|
||||||
:after (vertico)
|
:after (vertico)
|
||||||
:custom
|
:custom
|
||||||
(orderless-component-separator "#" "Use # for component separation")
|
|
||||||
(completion-styles '(orderless basic) "Use orderless for filtering")
|
(completion-styles '(orderless basic) "Use orderless for filtering")
|
||||||
(orderless-matching-styles '(orderless-literal orderless-initialism orderless-prefixes) "More matching styles for more flexible matching.")
|
(orderless-matching-styles '(orderless-literal orderless-initialism orderless-prefixes) "More matching styles for more flexible matching.")
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue