Cleanup
Some checks failed
/ Test config on 20 (push) Failing after 42s

This commit is contained in:
Maciej 2025-01-15 11:06:47 +02:00
parent 2150285aea
commit eb58a51bab
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
20 changed files with 307 additions and 347 deletions

View file

@ -47,7 +47,7 @@
(use-package orderless :ensure t
:config
;; Fallback to basic if orderless does not work.
(setopt completion-styles '(orderless partial-completion basic))
(setopt completion-styles '(orderless basic))
(setopt completion-category-defaults nil)
(setopt completion-category-overrides '((file (styles partial-completion)))))