Use configured variables for rtags binary names

This commit is contained in:
Shanavas M 2019-02-27 12:49:33 +05:30
parent c85565cfef
commit 1f63358947
3 changed files with 7 additions and 6 deletions

View file

@ -106,7 +106,7 @@ simpler."
;; first rtag
(when (and (featurep 'rtags)
rtags-enabled
(executable-find "rc"))
(executable-find rtags-rc-binary-name))
(with-temp-buffer
(message "Reloaded compile commands for rtags daemon")
(rtags-call-rc :silent t "-J" (or (doom-project-root) default-directory))))