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
|
||||
:when (featurep! +rtags)
|
||||
:commands rtags-executable-find
|
||||
:preface
|
||||
(setq rtags-install-path (concat doom-etc-dir "rtags/"))
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue