mirror of
https://codeberg.org/scip/dot-emacs.git
synced 2025-12-17 04:20:57 +01:00
use case insensitive completion (again as I had it in smex)
This commit is contained in:
@@ -124,7 +124,11 @@ a remote file anytime and from everywhere I am by just entering :"
|
|||||||
(setq completion-styles '(basic initials flex orderless)
|
(setq completion-styles '(basic initials flex orderless)
|
||||||
orderless-matching-styles '(orderless-prefixes)
|
orderless-matching-styles '(orderless-prefixes)
|
||||||
completion-category-defaults nil
|
completion-category-defaults nil
|
||||||
completion-category-overrides '((file (styles basic partial-completion)))))
|
completion-category-overrides '((file (styles basic partial-completion))))
|
||||||
|
|
||||||
|
(setq read-file-name-completion-ignore-case t
|
||||||
|
read-buffer-completion-ignore-case t
|
||||||
|
completion-ignore-case t))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user