Gate rtags packages behind +rtags module flag #693
This commit is contained in:
parent
3188d67d6e
commit
1866bb75f0
2 changed files with 3 additions and 1 deletions
|
@ -208,6 +208,7 @@ compilation database is present in the project.")
|
||||||
;;
|
;;
|
||||||
|
|
||||||
(def-package! rtags
|
(def-package! rtags
|
||||||
|
:when (featurep! +rtags)
|
||||||
:commands rtags-executable-find
|
:commands rtags-executable-find
|
||||||
:preface
|
:preface
|
||||||
(setq rtags-install-path (concat doom-etc-dir "rtags/"))
|
(setq rtags-install-path (concat doom-etc-dir "rtags/"))
|
||||||
|
|
|
@ -21,7 +21,8 @@
|
||||||
(package! company-irony)
|
(package! company-irony)
|
||||||
(package! company-irony-c-headers)))
|
(package! company-irony-c-headers)))
|
||||||
|
|
||||||
(when (package! rtags)
|
(when (featurep! +rtags)
|
||||||
|
(package! rtags)
|
||||||
(when (featurep! :completion ivy)
|
(when (featurep! :completion ivy)
|
||||||
(package! ivy-rtags))
|
(package! ivy-rtags))
|
||||||
(when (featurep! :completion helm)
|
(when (featurep! :completion helm)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue