diff options
author | noa | 2025-02-22 03:29:38 +0800 |
---|---|---|
committer | noa | 2025-02-22 03:29:38 +0800 |
commit | 88cecb89ef9f44b05e21fdc5806a0097632c6a7c (patch) | |
tree | 7e7c65cac717df712e2ee880bd5010faa0a6a0be /emacs/init.el | |
parent | 612ddf60b0b10e6488829285a96d88efe3b6a1dd (diff) |
Remove ignore file name case variable for completion
It appears to be unnecessary as i am using the orderless completion style.
Diffstat (limited to 'emacs/init.el')
-rw-r--r-- | emacs/init.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/emacs/init.el b/emacs/init.el index ecf910d..eb0b283 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -124,10 +124,6 @@ ;; Basic matches candidates with the same text before the point, and the text after the point as a substring. ;; Orderless takes any number of space separated components and displays candidates that much every component in any order. -;; I don't actually know if these make any difference when i've specified a different completion style. -(use-package minibuffer - :custom - (read-file-name-completion-ignore-case t)) (use-package orderless :after minibuffer |