mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-31 14:43:40 -05:00
Add Kotlin module
This commit is contained in:
4
modules/lang/kotlin/doctor.el
Normal file
4
modules/lang/kotlin/doctor.el
Normal file
@@ -0,0 +1,4 @@
|
||||
;;; lang/kotlin/doctor.el -*- lexical-binding: t; -*-
|
||||
|
||||
(unless (executable-find "ktlint")
|
||||
(warn "ktlint not found. flycheck-kotlin won't work."))
|
Reference in New Issue
Block a user