Fix type in init.el
This commit is contained in:
2
init.el
2
init.el
@ -3074,7 +3074,7 @@ The name is compared with the field name using TESTFN (defaults to `equal')."
|
||||
(mu4e-update-mail-and-index t))
|
||||
(defun my/-mu4e-enable-autocomplete-in-header ()
|
||||
;; 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))
|
||||
(my/message-in-header-p "To")
|
||||
t)))
|
||||
|
Reference in New Issue
Block a user