aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--oni-sh.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/oni-sh.el b/oni-sh.el
index 2a45411..a5ef1c5 100644
--- a/oni-sh.el
+++ b/oni-sh.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2019.1119.220233
+;; Version: 2019.1125.232102
;; Package-Requires: (reformatter oni-flycheck oni-fci)
;; This program is free software; you can redistribute it and/or modify
@@ -49,6 +49,7 @@
(add-hook 'sh-mode-hook 'flycheck-mode)
(add-hook 'sh-mode-hook 'shfmt-on-save-mode)
+;;;###autoload
(add-to-list 'auto-mode-alist '("PKGBUILD\\'" . sh-mode))
;;;###autoload(with-eval-after-load 'sh-script (require 'oni-sh))