Gate rtags packages behind +rtags module flag #693

This commit is contained in:
Henrik Lissner 2018-06-17 14:42:23 +02:00
parent 3188d67d6e
commit 1866bb75f0
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395
2 changed files with 3 additions and 1 deletions

View File

@ -208,6 +208,7 @@ compilation database is present in the project.")
;;
(def-package! rtags
:when (featurep! +rtags)
:commands rtags-executable-find
:preface
(setq rtags-install-path (concat doom-etc-dir "rtags/"))

View File

@ -21,7 +21,8 @@
(package! company-irony)
(package! company-irony-c-headers)))
(when (package! rtags)
(when (featurep! +rtags)
(package! rtags)
(when (featurep! :completion ivy)
(package! ivy-rtags))
(when (featurep! :completion helm)