mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-29 13:23:00 -08:00
5 lines
200 B
EmacsLisp
5 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")))
|