summary refs log tree commit diff
path: root/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/init.el')
-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