[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)
- branch scratch/so-long created (now ee03831), Phil Sainty, 2021/03/20
- scratch/so-long 5e414a4 01/10: ; * lisp/so-long.el: Documentation, Phil Sainty, 2021/03/20
- scratch/so-long 99dd121 03/10: Increase `so-long-threshold' and `so-long-max-lines' defaults, Phil Sainty, 2021/03/20
- scratch/so-long 8b5667f 04/10: Make `global-so-long-mode' handle unrecognised file types, Phil Sainty, 2021/03/20
- scratch/so-long 723bf5d 06/10: ; * lisp/so-long.el: Minor bug fixes, Phil Sainty, 2021/03/20
- scratch/so-long 62e46bf 07/10: ; so-long-tests.el: Suppress expected warnings, Phil Sainty, 2021/03/20
- scratch/so-long 1ed2008 02/10: ; * lisp/so-long.el: Bump to version 1.1, Phil Sainty, 2021/03/20
- scratch/so-long a2f2790 05/10: * lisp/so-long.el (so-long-minor-modes): Add smartparens modes,
Phil Sainty <=
- scratch/so-long ee03831 10/10: WIP: Update tests to cover usage of `buffer-line-statistics', Phil Sainty, 2021/03/20
- scratch/so-long 31843e5 09/10: WIP: Use `buffer-line-statistics', Phil Sainty, 2021/03/20
- scratch/so-long 6edeae3 08/10: Support 'preserved' variables and minor modes in `so-long-mode', Phil Sainty, 2021/03/20