ADD c eldoc mode
This commit is contained in:
parent
0f9908731b
commit
c792077fa7
|
@ -921,10 +921,14 @@ Flycheck syntax checkers
|
|||
(use-package company-c-headers
|
||||
:straight t)
|
||||
|
||||
(use-package c-eldoc
|
||||
:straight t)
|
||||
|
||||
(use-package c-mode
|
||||
:after flycheck
|
||||
:hook ((c-mode . company-mode)
|
||||
(c-mode . irony-mode)
|
||||
(c-mode . c-turn-on-eldoc-mode)
|
||||
(c-mode . nd/init-c-company)))
|
||||
#+END_SRC
|
||||
*** Python
|
||||
|
|
Loading…
Reference in New Issue