From 88cecb89ef9f44b05e21fdc5806a0097632c6a7c Mon Sep 17 00:00:00 2001
From: noa
Date: Sat, 22 Feb 2025 03:29:38 +0800
Subject: Remove ignore file name case variable for completion

It appears to be unnecessary as i am using the orderless completion style.
---
 emacs/init.el | 4 ----
 1 file changed, 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
-- 
cgit 1.4.1-2-gfad0