lang/cc: properly enable irony-mode in cc modes
This commit is contained in:
parent
43ce124043
commit
8b1c1b0416
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@
|
|||
|
||||
(def-package! irony
|
||||
:after cc-mode
|
||||
:init (add-hook 'c-mode-common-hook 'irony-mode)
|
||||
:config
|
||||
(setq irony-server-install-prefix (concat doom-etc-dir "irony-server/"))
|
||||
(add-hook! 'irony-mode-hook '(irony-eldoc flycheck-mode))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue