From 1069fd7d32cba3e91e56fe5772f2d0bfd1a5359f Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 17 Nov 2019 10:35:26 -0800 Subject: Expand the description of ‘oni-sh’ --- oni-sh.el | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'oni-sh.el') 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 ;; 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) -- cgit v1.2.3-54-g00ecf