aboutsummaryrefslogtreecommitdiffstats
path: root/oni-sh.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-11-19 22:02:50 -0800
committerGravatar Tom Willemse2019-11-19 22:02:50 -0800
commita30f3e4d48c6de7558cd6019dc7b7701e5d7e024 (patch)
tree5579771c4a780c17c87d3cd70f3dc60ab4c11052 /oni-sh.el
parentcc1b465c8f90a5e1c0a9d2cfb733dc0fc52df73d (diff)
downloademacs-config-a30f3e4d48c6de7558cd6019dc7b7701e5d7e024.tar.gz
emacs-config-a30f3e4d48c6de7558cd6019dc7b7701e5d7e024.zip
Use ‘sh-mode’ for PKGBUILD files
Diffstat (limited to 'oni-sh.el')
-rw-r--r--oni-sh.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/oni-sh.el b/oni-sh.el
index 7142e95..2a45411 100644
--- a/oni-sh.el
+++ b/oni-sh.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2019.1117.103253
+;; Version: 2019.1119.220233
;; Package-Requires: (reformatter oni-flycheck oni-fci)
;; This program is free software; you can redistribute it and/or modify
@@ -49,6 +49,8 @@
(add-hook 'sh-mode-hook 'flycheck-mode)
(add-hook 'sh-mode-hook 'shfmt-on-save-mode)
+(add-to-list 'auto-mode-alist '("PKGBUILD\\'" . sh-mode))
+
;;;###autoload(with-eval-after-load 'sh-script (require 'oni-sh))
(provide 'oni-sh)