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, 3 insertions, 3 deletions
diff --git a/oni-sh.el b/oni-sh.el
index a5ef1c5..d1f826a 100644
--- a/oni-sh.el
+++ b/oni-sh.el
@@ -4,8 +4,8 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2019.1125.232102
-;; Package-Requires: (reformatter oni-flycheck oni-fci)
+;; Version: 2020.0114.220149
+;; Package-Requires: (reformatter oni-flycheck oni-fci oni-smartparens)
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -44,10 +44,10 @@
:group 'shfmt)
(add-hook 'sh-mode-hook 'electric-indent-local-mode)
-(add-hook 'sh-mode-hook 'electric-pair-local-mode)
(add-hook 'sh-mode-hook 'fci-mode)
(add-hook 'sh-mode-hook 'flycheck-mode)
(add-hook 'sh-mode-hook 'shfmt-on-save-mode)
+(add-hook 'sh-mode-hook 'smartparens-mode)
;;;###autoload
(add-to-list 'auto-mode-alist '("PKGBUILD\\'" . sh-mode))