From e77c57b9984e15087cc718f54ab9a6ef70ec06f0 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 14 Jan 2020 22:02:08 -0800 Subject: Add ‘smartparens’ to ‘oni-sh’ --- oni-sh.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'oni-sh.el') 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 ;; 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)) -- cgit v1.2.3-54-g00ecf