Igor Sosa Mayor <joseleopoldo1...@gmail.com> writes:

>
> Just for the records in case someone in the future has the same problem.
> This seems to work:
>
> (defun my-notmuch-messagemode-hook ()
>   (add-to-list 'company-backends '(company-ispell company-dabbrev) t)
>   )
> (add-hook 'notmuch-message-mode-hook 'my-notmuch-messagemode-hook)

Glad you got it working. I'm not really clear on why the current code
uses setq-local as opposed to push, maybe someone more expert with
company-mode can comment on whether we should change it to preserve the
users company-backends by default.

d
_______________________________________________
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-le...@notmuchmail.org

Reply via email to