From 3ccd459ddb14ca963ccd628ae26aa30710dff4c8 Mon Sep 17 00:00:00 2001 From: Zwb Date: Sun, 10 Jun 2018 22:33:26 +0800 Subject: [PATCH] lang/cc: set rtags-install-path to ${doom-etc-dir}/rtags/ --- modules/lang/cc/config.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/lang/cc/config.el b/modules/lang/cc/config.el index 1e7b937c3..db232e707 100644 --- a/modules/lang/cc/config.el +++ b/modules/lang/cc/config.el @@ -192,6 +192,8 @@ compilation database is present in the project.") (def-package! rtags :commands rtags-executable-find + :preface + (setq rtags-install-path (concat doom-etc-dir "rtags/")) :init (defun +cc|init-rtags () "Start an rtags server in c-mode and c++-mode buffers."