From a5f710d2e1080b5aee84b088cd87f5148f2dab30 Mon Sep 17 00:00:00 2001 From: benj Date: Tue, 26 May 2020 20:36:57 -0700 Subject: typescript, opam, dockerfile --- settings/setup-flycheck.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'settings/setup-flycheck.el') diff --git a/settings/setup-flycheck.el b/settings/setup-flycheck.el index 764fe36..a050c3c 100644 --- a/settings/setup-flycheck.el +++ b/settings/setup-flycheck.el @@ -27,4 +27,6 @@ (global-set-key (kbd "") 'flyspell-auto-correct-previous-word) (setq flycheck-clangcheck-analyze t) +(add-hook 'sh-mode-hook 'flycheck-mode) + (provide 'setup-flycheck) -- cgit v1.2.3