Use configured variables for rtags binary names
This commit is contained in:
parent
c85565cfef
commit
1f63358947
3 changed files with 7 additions and 6 deletions
|
@ -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))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue