summaryrefslogtreecommitdiff
path: root/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 33ce9db..022149b 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -84,6 +84,9 @@
(setq completion-ignore-case t
completion-in-region-function #'consult-completion-in-region)
+(setopt read-buffer-completion-ignore-case t
+ read-file-name-completion-ignore-case t)
+
(dolist (fn '(isearch-forward isearch-backward))
(advice-add fn :after #'my/isearch-region))