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.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)