branch: master commit 388eec511a7543d77a325dd68081e6e951f64d1f Author: Dmitry Gutov <dgu...@yandex.ru> Commit: Dmitry Gutov <dgu...@yandex.ru>
Bind inhibit-quit to nil inside an idle timer --- company.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/company.el b/company.el index 3e32fa1..5676583 100644 --- a/company.el +++ b/company.el @@ -1430,7 +1430,7 @@ prefix match (same case) will be prioritized." (not company-candidates) (let ((company-idle-delay 'now)) (condition-case-unless-debug err - (progn + (let ((inhibit-quit nil)) (company--perform) ;; Return non-nil if active. company-candidates)