mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 20:10:23 +10:00
Moving to Doom Emacs!
This commit is contained in:
5
.emacs.d/modules/lang/sh/doctor.el
Normal file
5
.emacs.d/modules/lang/sh/doctor.el
Normal file
@@ -0,0 +1,5 @@
|
||||
;;; 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")))
|
||||
Reference in New Issue
Block a user