mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Gate rtags packages behind +rtags module flag #693
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user