aboutsummaryrefslogtreecommitdiffstats
path: root/oni-sh.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-11-17 10:35:26 -0800
committerGravatar Tom Willemse2019-11-17 10:35:26 -0800
commit1069fd7d32cba3e91e56fe5772f2d0bfd1a5359f (patch)
treece1188c54b687ee0385a571c67392aaf19c9b463 /oni-sh.el
parentd4e4a25cde3067578be94cdf4e125ecdd2b7770c (diff)
downloademacs-config-1069fd7d32cba3e91e56fe5772f2d0bfd1a5359f.tar.gz
emacs-config-1069fd7d32cba3e91e56fe5772f2d0bfd1a5359f.zip
Expand the description of ‘oni-sh’
Diffstat (limited to 'oni-sh.el')
-rw-r--r--oni-sh.el11
1 files changed, 10 insertions, 1 deletions
diff --git a/oni-sh.el b/oni-sh.el
index d321f97..7142e95 100644
--- a/oni-sh.el
+++ b/oni-sh.el
@@ -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)