diff options
author | noa | 2025-02-23 10:56:39 +0800 |
---|---|---|
committer | noa | 2025-02-23 10:56:39 +0800 |
commit | bf80523f890540bbac61dc8bee27abe4e739d2aa (patch) | |
tree | b66ae19a36be7f90b732d3fe4b8382fc20801f69 /emacs | |
parent | b8e7c2c5ce55d23eb0227d8c0e560e7ee34dc1b9 (diff) |
Remove unused completion case folding variables
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/init.el | 2 |
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) |