aboutsummaryrefslogtreecommitdiffstats
path: root/oni-bats
diff options
context:
space:
mode:
Diffstat (limited to 'oni-bats')
-rw-r--r--oni-bats/oni-bats.el7
1 files changed, 5 insertions, 2 deletions
diff --git a/oni-bats/oni-bats.el b/oni-bats/oni-bats.el
index fb9e773..80564d7 100644
--- a/oni-bats/oni-bats.el
+++ b/oni-bats/oni-bats.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2021.0713.225225
+;; Version: 2021.0715.223146
;; Package-Requires: (bats-mode oni-sh oni-yasnippet)
;; This program is free software; you can redistribute it and/or modify
@@ -25,7 +25,10 @@
;; Configuration for ‘bats-mode’.
;; This configuration pulls in ‘oni-sh’ because ‘bats-mode’ is derived from
-;; ‘sh-mode’.
+;; ‘sh-mode’. Add the following to your init file in case you want to use this
+;; configuration:
+;;
+;; (with-eval-after-load 'bats-mode (require 'oni-bats))
;;; Code: