Remove TAB as completion key from company
This commit is contained in:
parent
ef5ba4f7ed
commit
1bddb053dd
1 changed files with 3 additions and 0 deletions
|
|
@ -82,6 +82,9 @@
|
||||||
(insert " "))
|
(insert " "))
|
||||||
(company-indent-or-complete-common))
|
(company-indent-or-complete-common))
|
||||||
|
|
||||||
|
;; Only use RETURN for completion in company
|
||||||
|
(unbind-key "TAB" company-active-map)
|
||||||
|
|
||||||
;;; 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>") 'insert-space-and-complete)
|
(define-key prog-mode-map (kbd "<f13>") 'insert-space-and-complete)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue