Fix references to :tools fly{spell,check}
This commit is contained in:
parent
920b511591
commit
12094788d7
48 changed files with 52 additions and 52 deletions
|
@ -14,5 +14,5 @@
|
|||
|
||||
|
||||
(use-package! flycheck-kotlin
|
||||
:when (featurep! :tools flycheck)
|
||||
:when (featurep! :checkers syntax)
|
||||
:hook (kotlin-mode . flycheck-kotlin-setup))
|
||||
|
|
|
@ -3,5 +3,5 @@
|
|||
|
||||
(package! kotlin-mode)
|
||||
|
||||
(when (featurep! :tools flycheck)
|
||||
(when (featurep! :checkers syntax)
|
||||
(package! flycheck-kotlin))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue