summary refs log tree commit diff
path: root/emacs/init.el
diff options
context:
space:
mode:
authornoa2025-02-23 10:56:39 +0800
committernoa2025-02-23 10:56:39 +0800
commitbf80523f890540bbac61dc8bee27abe4e739d2aa (patch)
treeb66ae19a36be7f90b732d3fe4b8382fc20801f69 /emacs/init.el
parentb8e7c2c5ce55d23eb0227d8c0e560e7ee34dc1b9 (diff)
Remove unused completion case folding variables
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 815e2d7..9419737 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -701,8 +701,6 @@ With prefix argument TIME, also add the current time."
   (window-resize-pixelwise t)
   (frame-resize-pixelwise t)
   (shell-file-name "/bin/sh")
-  (completion-ignore-case t)
-  (read-buffer-completion-ignore-case t)
   ;; yes-or-no-p uses y-or-no-p, and read-answer accepts single key press answers
   (use-short-answers t)
   (history-length 250)