Merge pull request #675 from ethercflow/develop

lang/cc: set rtags-install-path to ${doom-etc-dir}/rtags/
This commit is contained in:
Henrik Lissner 2018-06-10 21:57:50 +02:00 committed by GitHub
commit f387be61e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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."