X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-company.el;fp=emacs%2Fnotmuch-company.el;h=9ee8ceca2922076ce3e459f098939c0e3025c289;hp=24e7446c81bf3b97d9ead8d906f3976bbd507c41;hb=2156517d902e6013463a5f5f79225741e7f54307;hpb=9946380e47ffcffea7fb9793a9fe4944b510110f diff --git a/emacs/notmuch-company.el b/emacs/notmuch-company.el index 24e7446c..9ee8ceca 100644 --- a/emacs/notmuch-company.el +++ b/emacs/notmuch-company.el @@ -62,7 +62,7 @@ ;; internal completion) can still be accessed via standard company ;; functions, e.g., company-complete. (unless (eq notmuch-address-command 'internal) - (notmuch-setq-local company-idle-delay nil))) + (setq-local company-idle-delay nil))) ;;;###autoload (defun notmuch-company (command &optional arg &rest _ignore)