Files
dtos-dotfiles/.emacs.d/modules/lang/sh/doctor.el
2020-06-19 22:43:40 -05:00

6 lines
201 B
EmacsLisp

;;; 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")))