mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-25 04:20:24 +10:00
Moving to Doom Emacs!
This commit is contained in:
8
.emacs.d/modules/lang/kotlin/doctor.el
Normal file
8
.emacs.d/modules/lang/kotlin/doctor.el
Normal file
@@ -0,0 +1,8 @@
|
||||
;;; lang/kotlin/doctor.el -*- lexical-binding: t; -*-
|
||||
|
||||
(unless (executable-find "ktlint")
|
||||
(warn! "ktlint not found. flycheck-kotlin won't work."))
|
||||
|
||||
(assert! (or (not (featurep! +lsp))
|
||||
(featurep! :tools lsp))
|
||||
"This module requires (:tools lsp)")
|
||||
Reference in New Issue
Block a user