Add config for company-c-headers

This commit is contained in:
Adam Goldsmith 2016-03-01 15:13:03 -05:00
parent 0aa5e12d32
commit 53d20e14b8

View File

@ -170,6 +170,10 @@
:mode "\\.pde\\'"
:mode "\\.ino\\'")
(use-package company-c-headers
:config
(add-to-list 'company-backends 'company-c-headers))
(use-package company-jedi
:init
(add-hook 'python-mode-hook (lambda()