X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-company.el;h=5d75c1455933e0548cb44fe47b26d718c4656a14;hb=9259b97fa2659ae6b6dbcd49b04db087e64036ad;hp=168315ff225fb68034979ad38cab1ebd976cde33;hpb=827c28a04effc58f29e751788690d2f4b434902d;p=notmuch diff --git a/emacs/notmuch-company.el b/emacs/notmuch-company.el index 168315ff..5d75c145 100644 --- a/emacs/notmuch-company.el +++ b/emacs/notmuch-company.el @@ -28,6 +28,7 @@ ;;; Code: (eval-when-compile (require 'cl)) +(require 'notmuch-lib) (defvar notmuch-company-last-prefix nil) (make-variable-buffer-local 'notmuch-company-last-prefix) @@ -53,7 +54,7 @@ ;; internal completion) can still be accessed via standard company ;; functions, e.g., company-complete. (unless (eq notmuch-address-command 'internal) - (setq-local company-idle-delay nil))) + (notmuch-setq-local company-idle-delay nil))) ;;;###autoload (defun notmuch-company (command &optional arg &rest _ignore)