commit 9f36c91819d7ac7087f6776d2a31c323312ac4e8 from: Lukas Henkel date: Tue Feb 01 19:21:08 2022 UTC Ignore case in completion commit - 2bcfe73f1b2b57b3f8b1e887c006e3e6ed43aff4 commit + 9f36c91819d7ac7087f6776d2a31c323312ac4e8 blob - 19a73529ab47a5442fabce655cbe697cf75a8bf4 blob + 54717c42710940c4b3a6288a7140d6f722df24f3 --- init.el +++ 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.