From 25cf452c297cb652c370ab5785ac3c6f1cb267c5 Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Mon, 6 Jul 2015 13:47:59 +0300 Subject: [PATCH] Don't start automatically during macro recording Closes #374 --- company.el | 1 + 1 file changed, 1 insertion(+) diff --git a/company.el b/company.el index 169882e87..6bda02e2b 100644 --- a/company.el +++ b/company.el @@ -1574,6 +1574,7 @@ from the rest of the back-ends in the group, if any, will be left at the end." (if company-candidates (company-call-frontends 'post-command) (and (numberp company-idle-delay) + (not defining-kbd-macro) (company--should-begin) (setq company-timer (run-with-timer company-idle-delay nil -- 2.39.2