emacs: switch back to space as orderless separator

This commit is contained in:
Charlotte Van Petegem 2023-08-22 10:23:29 +02:00
parent cb80693345
commit f0dc7e9fa6
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -122,7 +122,6 @@
(corfu-cycle t "Enable cycling through completions")
(corfu-auto t "Show completion preview by default")
(corfu-auto-prefix 2 "Show completion after two characters")
(corfu-separator ?# "I use # as a component separator in orderless")
;; Only confirm autocompletion with TAB
:bind (:map corfu-map ("RET" . nil))
:config
@ -231,7 +230,6 @@
(use-package orderless
:after (vertico)
:custom
(orderless-component-separator "#" "Use # for component separation")
(completion-styles '(orderless basic) "Use orderless for filtering")
(orderless-matching-styles '(orderless-literal orderless-initialism orderless-prefixes) "More matching styles for more flexible matching.")
)