[Patch v5 3/3] Emacs: Add address completion based on company-mode
David Bremner
david at tethera.net
Fri Oct 23 17:35:41 PDT 2015
David Bremner <david at 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.
More information about the notmuch
mailing list