mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Only check when formatting feature is enabled.
This commit is contained in:
@ -8,5 +8,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")
|
(when (featurep! :editor format)
|
||||||
(warn! "Couldn't find clang-format. Code formatting will not work."))
|
(unless (executable-find "clang-format")
|
||||||
|
(warn! "Couldn't find clang-format. Code formatting will not work.")))
|
||||||
|
Reference in New Issue
Block a user