lang/cc: fix void-function irony-mode error #341
This commit is contained in:
parent
44f8b579ab
commit
669b3cbbb0
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ compilation database is present in the project.")
|
|||
|
||||
(def-package! irony
|
||||
:after cc-mode
|
||||
:commands irony-install-server
|
||||
:commands (irony-install-server irony-mode)
|
||||
:preface (setq irony-server-install-prefix (concat doom-etc-dir "irony-server/"))
|
||||
:init
|
||||
(defun +cc|init-irony-mode ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue