lang/cc: don't complain about missing rtags executable
This commit is contained in:
parent
30e0ab6aef
commit
158c853e63
2 changed files with 3 additions and 2 deletions
|
@ -213,7 +213,7 @@ compilation database is present in the project.")
|
|||
;;
|
||||
|
||||
(def-package! rtags
|
||||
:commands (rtags-restart-process rtags-start-process-unless-running)
|
||||
:commands (rtags-restart-process rtags-start-process-unless-running rtags-executable-find)
|
||||
:init
|
||||
(add-hook! (c-mode c++-mode) #'+cc|init-rtags)
|
||||
:config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue