doomemacs/modules/lang/sh/doctor.el

6 lines
201 B
EmacsLisp
Raw Normal View History

2019-04-23 19:28:41 +02:00
;;; 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")))