David Bremner <[email protected]> writes: > Igor Sosa Mayor <[email protected]> writes: > >> Hi, >> >> as far as I see, notmuch-company overrides other company backends. Other >> is it maybe something with my configuration? >> >> If I look into company-backends I only see company-notmuch instead of >> my usual backends (ispell, dabbrev, etc.). >> >> Any hints? >> >> Many thanks in advance. >> >> Igor > > I guess you mean that it overrides it in a buffer-local way, in > notmuch-message-mode? Or do you see some kind of global overiding going > on? > > d
thanks for your reply. Yes, sorry for not being clear enough. I see in the code (make-local-variable 'company-backends) (setq company-backends '(notmuch-company)) https://github.com/kootenpv/emp/blob/master/.emacs.d/notmuch/notmuch-company.el What is the best method to get the other backends back? Many thanks in advance. Best, Igor -- :: Igor Sosa Mayor :: [email protected] :: :: GnuPG: 0x1C1E2890 :: http://www.gnupg.org/ :: :: jabberid: rogorido :: :: _______________________________________________ notmuch mailing list -- [email protected] To unsubscribe send an email to [email protected]
