dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

commit 9f36c91819d7ac7087f6776d2a31c323312ac4e8
parent 2bcfe73f1b2b57b3f8b1e887c006e3e6ed43aff4
Author: Lukas Henkel <lh@entf.net>
Date:   Tue,  1 Feb 2022 20:21:08 +0100

Ignore case in completion

Diffstat:
Minit.el | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/init.el b/init.el @@ -144,6 +144,8 @@ (advice-add #'notmuch-read-tag-changes :filter-return #'lh/notmuch-read-tag-changes-trim) +(setq completion-ignore-case t) + (custom-set-variables ;; custom-set-variables was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful.