Fix type in init.el

This commit is contained in:
2025-07-20 14:38:52 +09:00
parent 72c9dc87a5
commit cf71e268df

View File

@ -3074,7 +3074,7 @@ The name is compared with the field name using TESTFN (defaults to `equal')."
(mu4e-update-mail-and-index t)) (mu4e-update-mail-and-index t))
(defun my/-mu4e-enable-autocomplete-in-header () (defun my/-mu4e-enable-autocomplete-in-header ()
;; corfu auto must be t (not the integer returned by ;; corfu auto must be t (not the integer returned by
;; `my/message-in-header-p' ;; `my/message-in-header-p')
(setq-local corfu-auto (and (not (window-minibuffer-p)) (setq-local corfu-auto (and (not (window-minibuffer-p))
(my/message-in-header-p "To") (my/message-in-header-p "To")
t))) t)))