Expand the description of ‘oni-sh’
This commit is contained in:
parent
d4e4a25cde
commit
1069fd7d32
1 changed files with 10 additions and 1 deletions
11
oni-sh.el
11
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)
|
||||
|
|
Loading…
Reference in a new issue