summary refs log tree commit diff
diff options
context:
space:
mode:
authornoa2025-02-22 03:29:38 +0800
committernoa2025-02-22 03:29:38 +0800
commit88cecb89ef9f44b05e21fdc5806a0097632c6a7c (patch)
tree7e7c65cac717df712e2ee880bd5010faa0a6a0be
parent612ddf60b0b10e6488829285a96d88efe3b6a1dd (diff)
Remove ignore file name case variable for completion
It appears to be unnecessary as i am using the orderless completion style.
-rw-r--r--emacs/init.el4
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