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
|
@ -1,5 +1,5 @@
|
|||
;;; lang/sh/doctor.el -*- lexical-binding: t; -*-
|
||||
|
||||
(when (featurep! :tools flycheck)
|
||||
(when (featurep! :checkers syntax)
|
||||
(unless (executable-find "shellcheck")
|
||||
(warn! "Couldn't find shellcheck. Shell script linting will not work")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue