Commit Diff
--- 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.
