Merge pull request #3907 from mlavaert/develop
Added warning for clang-format in doom doctor.
This commit is contained in:
commit
d807a7513d
1 changed files with 4 additions and 0 deletions
|
@ -7,3 +7,7 @@
|
|||
|
||||
(unless (executable-find "javac")
|
||||
(warn! "Couldn't find the javac executable, are you sure the JDK is installed?"))
|
||||
|
||||
(when (featurep! :editor format)
|
||||
(unless (executable-find "clang-format")
|
||||
(warn! "Couldn't find clang-format. Code formatting will not work.")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue