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

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

[elpa] 01/21: company-begin-commands: add `org-self-insert-command'


From: Dmitry Gutov
Subject: [elpa] 01/21: company-begin-commands: add `org-self-insert-command'
Date: Mon, 03 Feb 2014 17:36:15 +0000

dgutov pushed a commit to branch master
in repository elpa.

commit 71a935dcdf6cff163bb97ab719d938cf97d26d6b
Author: Dmitry Gutov <address@hidden>
Date:   Mon Jan 27 03:56:25 2014 +0200

    company-begin-commands: add `org-self-insert-command'
    
    #50
---
 company.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/company.el b/company.el
index c7c5175..9d8ca68 100644
--- a/company.el
+++ b/company.el
@@ -441,7 +441,7 @@ immediately when a prefix of 
`company-minimum-prefix-length' is reached."
                  (const :tag "immediate (t)" t)
                  (number :tag "seconds")))
 
-(defcustom company-begin-commands '(self-insert-command)
+(defcustom company-begin-commands '(self-insert-command 
org-self-insert-command)
   "A list of commands after which idle completion is allowed.
 If this is t, it can show completions after any command.  See
 `company-idle-delay'.



reply via email to

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