rtags is rdm
not rtags
silly henrik
This commit is contained in:
parent
fa4a9a38d4
commit
022a64d2e3
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ compilation database is present in the project.")
|
||||||
(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."
|
||||||
(when (and (memq major-mode '(c-mode c++-mode))
|
(when (and (memq major-mode '(c-mode c++-mode))
|
||||||
(rtags-executable-find "rtags"))
|
(rtags-executable-find "rdm"))
|
||||||
(rtags-start-process-unless-running)))
|
(rtags-start-process-unless-running)))
|
||||||
(add-hook 'c-mode-common-hook #'+cc|init-rtags)
|
(add-hook 'c-mode-common-hook #'+cc|init-rtags)
|
||||||
:config
|
:config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue