Browse Source

remap company completion to play nicer with yasnippet

master
Marc Pohling 6 years ago
parent
commit
dd63042d00
1 changed files with 4 additions and 1 deletions
  1. 5
      config.org

5
config.org

@ -1278,9 +1278,12 @@ Activate company and make it react nearly instantly
company-tooltop-flip-when-above t
company-show-numbers t
company-idle-delay 0.1)
; (define-key company-active-map (kbd "TAB") #'company-complete-selection)
; (define-key company-active-map (kbd "RET") nil)
(company-tng-configure-default)
:bind
(:map company-active-map
("TAB" . company-complete-selection)
("<tab>" . company-complete-selection))
)
#+END_SRC

Loading…
Cancel
Save