1
0
Fork 0

Expand the description of ‘oni-sh’

This commit is contained in:
Tom Willemse 2019-11-17 10:35:26 -08:00
parent d4e4a25cde
commit 1069fd7d32

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
;; Version: 2019.0904.210811
;; Version: 2019.1117.103253
;; Package-Requires: (reformatter oni-flycheck oni-fci)
;; This program is free software; you can redistribute it and/or modify
@ -24,6 +24,15 @@
;; Configuration and helpers for `sh-mode'.
;; This sets the following minor modes for sh-mode:
;; - electric-indent-local-mode
;; - electric-pair-local-mode
;; - fci-mode
;; - flycheck-mode
;; It also defines a formatter using reformatter which runs the shfmt utility.
;; This is set up to run after saving a shell script.
;;; Code:
(require 'reformatter)