Fix tab binding
This commit is contained in:
parent
d3c2c17ff9
commit
923e7c9426
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@
|
||||||
;;; Yasnippet configuration
|
;;; Yasnippet configuration
|
||||||
(define-key prog-mode-map (kbd "C-c y") 'company-yasnippet)
|
(define-key prog-mode-map (kbd "C-c y") 'company-yasnippet)
|
||||||
(define-key prog-mode-map (kbd "<f13>") 'company-indent-or-complete-common)
|
(define-key prog-mode-map (kbd "<f13>") 'company-indent-or-complete-common)
|
||||||
(define-key prog-mode-map (kbd "TAB") 'company-yasnippet)
|
(define-key prog-mode-map (kbd "TAB") 'company-indent-or-complete-common)
|
||||||
|
|
||||||
(define-key text-mode-map (kbd "C-c y") 'company-yasnippet)
|
(define-key text-mode-map (kbd "C-c y") 'company-yasnippet)
|
||||||
(define-key text-mode-map (kbd "<f13>") 'company-indent-or-complete-common)
|
(define-key text-mode-map (kbd "<f13>") 'company-indent-or-complete-common)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue