From 262dc0507037465f3d80ad32c0e3a60e4854ef50 Mon Sep 17 00:00:00 2001 From: Jeff Valk Date: Sat, 26 Mar 2016 00:40:49 -0400 Subject: [PATCH] Ensure compatibility with company idle completion --- outshine.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/outshine.el b/outshine.el index a245990..b748f13 100644 --- a/outshine.el +++ b/outshine.el @@ -2351,6 +2351,9 @@ overwritten, and the table is not marked as requiring realignment." (not (run-hook-with-args-until-success 'self-insert-uses-region-functions)))) +;; trigger company idle completion like namesake command +(put 'outshine-self-insert-command 'company-begin t)) + ;;;;; Other Commands (defun outshine-narrow-to-subtree ()