lang/cc: remove unnecessary :after irony properties

These two packages will be autoloaded by other means.
This commit is contained in:
Henrik Lissner 2018-05-09 10:21:00 +02:00
parent d9874da38a
commit 93e552fcaf
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -129,7 +129,6 @@ compilation database is present in the project.")
(def-package! irony
:after cc-mode
:commands (irony-install-server irony-mode)
:preface
(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))
(def-package! irony-eldoc
:after irony
:hook (irony-mode . irony-eldoc))
(def-package! flycheck-irony