Find rdm and rc executables in elpa folder
Closed this issue · 4 comments
Deleted user commented
I am using rtags-install
in emacs to install rtags.
Since this installs rtags into a directory in .emacs.d/elpa/...
, cmake-ide is not able to start the rdm server.
Is there a way to make cmake-ide search for these executables in my .emacs.d/elpa
folder?
atilaneves commented
Yes, add that directory to your PATH
s-kostyaev commented
@atilaneves I think the better solution is use rtags-executable-find
inside cmake-ide
code. I don't want to change my PATH after every rtags update. I can do PR if you want.
atilaneves commented
@s-kostyaev Yes, please submit a PR.
s-kostyaev commented
@atilaneves done