aboutsummaryrefslogtreecommitdiffstats
path: root/oni-sh.el
diff options
context:
space:
mode:
Diffstat (limited to 'oni-sh.el')
-rw-r--r--oni-sh.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/oni-sh.el b/oni-sh.el
index 54f5174..be2b2a3 100644
--- a/oni-sh.el
+++ b/oni-sh.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2021.0622.221353
+;; Version: 2021.0715.215613
;; Package-Requires: (reformatter oni-flycheck oni-smartparens)
;; This program is free software; you can redistribute it and/or modify
@@ -33,6 +33,10 @@
;; It also defines a formatter using ‘reformatter’ which runs the shfmt utility.
;; This is set up to run after saving a shell script.
+;; Add the following to your init file if you want to use this configuration:
+;;
+;; (with-eval-after-load 'sh-script (require 'oni-sh))
+
;;; Code:
(require 'reformatter)