emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

scratch/so-long b5dd69a 5/7: * lisp/so-long.el (so-long-minor-modes): Ad


From: Phil
Subject: scratch/so-long b5dd69a 5/7: * lisp/so-long.el (so-long-minor-modes): Add smartparens modes
Date: Sun, 10 Jan 2021 08:07:00 -0500 (EST)

branch: scratch/so-long
commit b5dd69a1d7fdd08fd1d1eddb29b3e57e08bd8325
Author: Phil Sainty <psainty@orcon.net.nz>
Commit: Phil Sainty <psainty@orcon.net.nz>

    * lisp/so-long.el (so-long-minor-modes): Add smartparens modes
---
 lisp/so-long.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lisp/so-long.el b/lisp/so-long.el
index bab9e88..e03fe4d 100644
--- a/lisp/so-long.el
+++ b/lisp/so-long.el
@@ -780,6 +780,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
@@ -804,7 +806,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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]