mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix rustc detection
This commit is contained in:
@ -5,8 +5,8 @@
|
|||||||
(featurep! :tools lsp))
|
(featurep! :tools lsp))
|
||||||
"This module requires (:tools lsp)")
|
"This module requires (:tools lsp)")
|
||||||
|
|
||||||
(unless (executable-find "rust")
|
(unless (executable-find "rustc")
|
||||||
(warn! "Couldn't find rust binary"))
|
(warn! "Couldn't find rustc binary"))
|
||||||
|
|
||||||
(unless (executable-find "cargo")
|
(unless (executable-find "cargo")
|
||||||
(warn! "Couldn't find cargo binary"))
|
(warn! "Couldn't find cargo binary"))
|
||||||
|
Reference in New Issue
Block a user