mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Ensure ido is case-insensitive
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
(setq ido-enable-prefix nil
|
||||
ido-enable-flex-matching t
|
||||
ido-create-new-buffer 'always
|
||||
ido-case-fold t
|
||||
ido-use-filename-at-point nil
|
||||
ido-max-prospects 10
|
||||
ido-save-directory-list-file (expand-file-name "ido.hist" siren-savefile-dir)
|
||||
|
||||
Reference in New Issue
Block a user