lang/cc: remove unnecessary :after irony properties
These two packages will be autoloaded by other means.
This commit is contained in:
parent
d9874da38a
commit
93e552fcaf
1 changed files with 0 additions and 2 deletions
|
@ -129,7 +129,6 @@ compilation database is present in the project.")
|
||||||
|
|
||||||
|
|
||||||
(def-package! irony
|
(def-package! irony
|
||||||
:after cc-mode
|
|
||||||
:commands (irony-install-server irony-mode)
|
:commands (irony-install-server irony-mode)
|
||||||
:preface
|
:preface
|
||||||
(setq irony-server-install-prefix (concat doom-etc-dir "irony-server/"))
|
(setq irony-server-install-prefix (concat doom-etc-dir "irony-server/"))
|
||||||
|
@ -145,7 +144,6 @@ compilation database is present in the project.")
|
||||||
(add-hook 'irony-mode-hook #'+cc|irony-init-compile-options))
|
(add-hook 'irony-mode-hook #'+cc|irony-init-compile-options))
|
||||||
|
|
||||||
(def-package! irony-eldoc
|
(def-package! irony-eldoc
|
||||||
:after irony
|
|
||||||
:hook (irony-mode . irony-eldoc))
|
:hook (irony-mode . irony-eldoc))
|
||||||
|
|
||||||
(def-package! flycheck-irony
|
(def-package! flycheck-irony
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue