David Bremner <david@tethera.net> writes: > +;;;###autoload > +(add-hook 'notmuch-message-mode-hook '(lambda () > + (company-mode) > + (make-local-variable 'company-backends) > + (setq company-backends '(notmuch-company)))) > + > +(provide 'notmuch-company) > -- I know I just sent this message a few minutes ago, but I didn't write it ;). Why is this second autoload cookie here? this means that in principle this form will end up in the autoloads file.