mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 03:50:24 +10:00
6 lines
200 B
EmacsLisp
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")))
|