aboutsummaryrefslogtreecommitdiffstats
path: root/oni-sh.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-01-14 22:02:08 -0800
committerGravatar Tom Willemse2020-01-14 22:02:08 -0800
commite77c57b9984e15087cc718f54ab9a6ef70ec06f0 (patch)
treec642c5dc604ff4aec690851979f43c1978aa38db /oni-sh.el
parent08e73f9cac39d5e33d5137210bbea15c821560d9 (diff)
downloademacs-config-e77c57b9984e15087cc718f54ab9a6ef70ec06f0.tar.gz
emacs-config-e77c57b9984e15087cc718f54ab9a6ef70ec06f0.zip
Add ‘smartparens’ to ‘oni-sh’
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))