lang/cc: fix void-function irony-mode error #341

This commit is contained in:
Henrik Lissner 2018-01-10 18:54:54 -05:00
parent 44f8b579ab
commit 669b3cbbb0
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -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 ()