mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
6 lines
170 B
EmacsLisp
6 lines
170 B
EmacsLisp
;;; lang/sh/doctor.el -*- lexical-binding: t; -*-
|
|
|
|
(when! (not (executable-find "shellcheck"))
|
|
(warn! "Couldn't find shellcheck. Shell script linting will not work"))
|
|
|