blob: 6f35b73db0ab866a87696e2c295c0c287d2ccbf7 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
 | ;;; prog-shell --- Shell Programming Settings and Functionality -*- lexical-binding: t; -*-
;; author Craig Jennings <c@cjennings.net>
;;; Commentary:
;;
;;; Code:
(use-package sh-script
  :defer .5
  :hook (sh-mode . flycheck-mode))
(provide 'prog-shell)
;;; prog-shell.el ends here
 |