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

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

[elpa] 19/21: Fix #56


From: Dmitry Gutov
Subject: [elpa] 19/21: Fix #56
Date: Mon, 03 Feb 2014 17:36:19 +0000

dgutov pushed a commit to branch master
in repository elpa.

commit 593364a2ce889b1a61679ab7d3a5c7801b535ada
Author: Dmitry Gutov <address@hidden>
Date:   Mon Feb 3 17:33:04 2014 +0200

    Fix #56
    
    Continuation of 9218392f.
---
 company-template.el |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/company-template.el b/company-template.el
index ea1db86..ab18016 100644
--- a/company-template.el
+++ b/company-template.el
@@ -32,6 +32,7 @@
 (defvar company-template-nav-map
   (let ((keymap (make-sparse-keymap)))
     (define-key keymap [tab] 'company-template-forward-field)
+    (define-key keymap (kbd "TAB") 'company-template-forward-field)
     keymap))
 
 (defvar company-template--buffer-templates nil)



reply via email to

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