mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
lang/cc: fix void-function irony-mode error #341
This commit is contained in:
@ -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 ()
|
||||
|
Reference in New Issue
Block a user