diff options
author | Phil Sainty <psainty@orcon.net.nz> | 2020-07-04 01:44:32 +1200 |
---|---|---|
committer | Phil Sainty <psainty@orcon.net.nz> | 2021-08-03 23:20:06 +1200 |
commit | 7828f69828fa4082771927993542a1f39abb0e61 (patch) | |
tree | ca26cb3ea71ef8bf889500cbcaa52e4f905ce441 /lisp/so-long.el | |
parent | e8718522c22db801a7a89266cc5a9ee40c3fcbe0 (diff) | |
download | emacs-7828f69828fa4082771927993542a1f39abb0e61.tar.gz emacs-7828f69828fa4082771927993542a1f39abb0e61.tar.bz2 emacs-7828f69828fa4082771927993542a1f39abb0e61.zip |
* lisp/so-long.el (so-long-minor-modes): Additional modes to disable
Diffstat (limited to 'lisp/so-long.el')
-rw-r--r-- | lisp/so-long.el | 5 |
1 files changed, 4 insertions, 1 deletions
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) |