]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/so-long.el (so-long-minor-modes): Additional modes to disable
authorPhil Sainty <psainty@orcon.net.nz>
Fri, 3 Jul 2020 13:44:32 +0000 (01:44 +1200)
committerPhil Sainty <psainty@orcon.net.nz>
Tue, 3 Aug 2021 11:20:06 +0000 (23:20 +1200)
lisp/so-long.el

index bcb670f654fea5d04780e8a4c3d0f14cce684580..8dd2d1a90279225c7671b339ec7db14b2d7b40e1 100644 (file)
@@ -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)