summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Sainty <psainty@orcon.net.nz>2020-07-04 01:44:32 +1200
committerPhil Sainty <psainty@orcon.net.nz>2021-03-21 16:02:42 +1300
commita2f279032faf41635fb7104b7094596c2a63ca26 (patch)
tree0d1a3090d3e571699c430a60e735aa930ff14d79
parent8b5667fb7f8a2955d1972390c25c7cdc41432ed1 (diff)
downloademacs-a2f279032faf41635fb7104b7094596c2a63ca26.tar.gz
* lisp/so-long.el (so-long-minor-modes): Add smartparens modes
-rw-r--r--lisp/so-long.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/so-long.el b/lisp/so-long.el
index 0f8b8dc93a3..cb0df5f2947 100644
--- a/lisp/so-long.el
+++ b/lisp/so-long.el
@@ -781,6 +781,8 @@ was established."
hl-sexp-mode
idle-highlight-mode
rainbow-delimiters-mode
+ smartparens-mode
+ smartparens-strict-mode
)
;; It's not clear to me whether all of these would be problematic, but they
;; seemed like reasonable targets. Some are certainly excessive in smaller
@@ -805,7 +807,7 @@ disabled modes are re-enabled by calling them with the numeric argument 1.
Please submit bug reports to recommend additional modes for this list, whether
they are in Emacs core, GNU ELPA, or elsewhere."
:type '(repeat symbol) ;; not function, as may be unknown => mismatch.
- :package-version '(so-long . "1.0"))
+ :package-version '(so-long . "1.1"))
(defcustom so-long-variable-overrides
'((bidi-inhibit-bpa . t)