Add config for company-c-headers
This commit is contained in:
parent
0aa5e12d32
commit
53d20e14b8
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user