From 022a64d2e36b0183f5354398bc1c921fd3c772c5 Mon Sep 17 00:00:00 2001 From: Aria Edmonds <8436007+ar1a@users.noreply.github.com> Date: Tue, 5 Jun 2018 17:40:54 +1000 Subject: [PATCH] rtags is `rdm` not `rtags` silly henrik --- modules/lang/cc/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lang/cc/config.el b/modules/lang/cc/config.el index 753f9e1cd..1e7b937c3 100644 --- a/modules/lang/cc/config.el +++ b/modules/lang/cc/config.el @@ -196,7 +196,7 @@ compilation database is present in the project.") (defun +cc|init-rtags () "Start an rtags server in c-mode and c++-mode buffers." (when (and (memq major-mode '(c-mode c++-mode)) - (rtags-executable-find "rtags")) + (rtags-executable-find "rdm")) (rtags-start-process-unless-running))) (add-hook 'c-mode-common-hook #'+cc|init-rtags) :config