-
Hi. Does anyone know how to make minibuffer completion for note file searching case-insensitive? I like to title my notes with capitalized titles, but denote names files in lower case. This makes it so that if I want to create a new note with capitalized titles with the I currently have the following variables set to try and make searching for notes case insensitive, but the problem persists. (setq read-file-name-completion-ignore-case t
completion-ignore-case t
read-buffer-completion-ignore-case t) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
With those settings, minibuffer completion should already ignore case. However, if you are using the orderless package, you also need the following: (setq orderless-smart-case nil) |
Beta Was this translation helpful? Give feedback.
With those settings, minibuffer completion should already ignore case. However, if you are using the orderless package, you also need the following: