From: Phil Sainty Date: Fri, 3 Jul 2020 13:44:32 +0000 (+1200) Subject: * lisp/so-long.el (so-long-minor-modes): Additional modes to disable X-Git-Tag: emacs-28.0.90~1597^2~5 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7828f69828fa4082771927993542a1f39abb0e61;p=emacs.git * lisp/so-long.el (so-long-minor-modes): Additional modes to disable --- diff --git a/lisp/so-long.el b/lisp/so-long.el index bcb670f654f..8dd2d1a9027 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)