emacs-diffs
[Top][All Lists]
Advanced

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

scratch/so-long a2f2790 05/10: * lisp/so-long.el (so-long-minor-modes):


From: Phil Sainty
Subject: scratch/so-long a2f2790 05/10: * lisp/so-long.el (so-long-minor-modes): Add smartparens modes
Date: Sat, 20 Mar 2021 23:25:14 -0400 (EDT)

branch: scratch/so-long
commit a2f279032faf41635fb7104b7094596c2a63ca26
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 0f8b8dc..cb0df5f 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)



reply via email to

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