Added warning for clang-format in doom doctor.
Code formatting in Java doesn't work without clang-format, but no warning is shown in `doom doctor`.
This commit is contained in:
parent
c2e9211776
commit
8bd4e1f692
1 changed files with 3 additions and 0 deletions
|
@ -7,3 +7,6 @@
|
||||||
|
|
||||||
(unless (executable-find "javac")
|
(unless (executable-find "javac")
|
||||||
(warn! "Couldn't find the javac executable, are you sure the JDK is installed?"))
|
(warn! "Couldn't find the javac executable, are you sure the JDK is installed?"))
|
||||||
|
|
||||||
|
(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