lang/cc: set rtags-install-path to ${doom-etc-dir}/rtags/

This commit is contained in:
Zwb 2018-06-10 22:33:26 +08:00
parent dd2d704137
commit 3ccd459ddb

View file

@ -192,6 +192,8 @@ compilation database is present in the project.")
(def-package! rtags (def-package! rtags
:commands rtags-executable-find :commands rtags-executable-find
:preface
(setq rtags-install-path (concat doom-etc-dir "rtags/"))
:init :init
(defun +cc|init-rtags () (defun +cc|init-rtags ()
"Start an rtags server in c-mode and c++-mode buffers." "Start an rtags server in c-mode and c++-mode buffers."