Files
dtos-dotfiles/.emacs.d/modules/lang/sh/doctor.el
2019-12-16 20:21:19 -06:00

6 lines
200 B
EmacsLisp

;;; lang/sh/doctor.el -*- lexical-binding: t; -*-
(when (featurep! :tools flycheck)
(unless (executable-find "shellcheck")
(warn! "Couldn't find shellcheck. Shell script linting will not work")))