emacs-diffs
[Top][All Lists]
Advanced

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

master 7828f69 05/11: * lisp/so-long.el (so-long-minor-modes): Additiona


From: Phil Sainty
Subject: master 7828f69 05/11: * lisp/so-long.el (so-long-minor-modes): Additional modes to disable
Date: Tue, 3 Aug 2021 07:44:25 -0400 (EDT)

branch: master
commit 7828f69828fa4082771927993542a1f39abb0e61
Author: Phil Sainty <psainty@orcon.net.nz>
Commit: Phil Sainty <psainty@orcon.net.nz>

    * lisp/so-long.el (so-long-minor-modes): Additional modes to disable
---
 lisp/so-long.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/lisp/so-long.el b/lisp/so-long.el
index bcb670f..8dd2d1a 100644
--- a/lisp/so-long.el
+++ b/lisp/so-long.el
@@ -765,6 +765,7 @@ was established."
     display-line-numbers-mode
     flymake-mode
     flyspell-mode
+    glasses-mode
     goto-address-mode
     goto-address-prog-mode
     hi-lock-mode
@@ -784,6 +785,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
@@ -808,7 +811,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]