yeet
This commit is contained in:
5
.config/emacs/modules/lang/sh/doctor.el
Normal file
5
.config/emacs/modules/lang/sh/doctor.el
Normal file
@@ -0,0 +1,5 @@
|
||||
;;; lang/sh/doctor.el -*- lexical-binding: t; -*-
|
||||
|
||||
(when (featurep! :checkers syntax)
|
||||
(unless (executable-find "shellcheck")
|
||||
(warn! "Couldn't find shellcheck. Shell script linting will not work")))
|
||||
Reference in New Issue
Block a user