From 388eec511a7543d77a325dd68081e6e951f64d1f Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Tue, 11 Dec 2018 06:51:11 +0200 Subject: 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) -- cgit v1.2.3