Make completion matching case-insensitive by default

This commit is contained in:
2026-02-10 21:52:37 -08:00
committed by Kat Huang
parent 07b8bb5aff
commit a15fee5b30

View File

@@ -1913,7 +1913,10 @@ bind-key and global-set-key forms.
(and (vertico--remote-p string) (and (vertico--remote-p string)
(completion-basic-all-completions string table pred point))) (completion-basic-all-completions string table pred point)))
(setq completion-styles '(orderless basic) (setq completion-ignore-case t
read-buffer-completion-ignore-case t
read-file-name-completion-ignore-case t
completion-styles '(orderless basic)
completion-category-overrides '((file (styles basic partial-completion))))) completion-category-overrides '((file (styles basic partial-completion)))))
#+end_src #+end_src
** marginalia ** marginalia