emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] 17/30: company-begin-commands: Add `orgtbl-self-insert-command'


From: Dmitry Gutov
Subject: [elpa] 17/30: company-begin-commands: Add `orgtbl-self-insert-command'
Date: Tue, 14 Oct 2014 22:22:51 +0000

dgutov pushed a commit to branch master
in repository elpa.

commit 262aaaa59f90a993b7ae8db13eac4ec9ee3264c0
Author: Dmitry Gutov <address@hidden>
Date:   Tue Sep 30 18:12:07 2014 +0400

    company-begin-commands: Add `orgtbl-self-insert-command'
    
    Closes #196.
---
 company.el |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/company.el b/company.el
index 7c787e9..e6244d8 100644
--- a/company.el
+++ b/company.el
@@ -551,6 +551,7 @@ happens.  The value of nil means no idle completion."
 
 (defcustom company-begin-commands '(self-insert-command
                                     org-self-insert-command
+                                    orgtbl-self-insert-command
                                     c-scope-operator
                                     c-electric-colon
                                     c-electric-lt-gt



reply via email to

[Prev in Thread] Current Thread [Next in Thread]