diff options
author | Phil Sainty <psainty@orcon.net.nz> | 2019-11-09 19:52:06 +1300 |
---|---|---|
committer | Phil Sainty <psainty@orcon.net.nz> | 2019-11-15 00:39:13 +1300 |
commit | 77c3bc0297b41283da941f80a59c96fc8fc14936 (patch) | |
tree | 7e30b4c3bc03264a16362b2a185269a1cc7b999c /lisp | |
parent | a94f961e625aa53deaf8605f892fd8993a4f0cb8 (diff) | |
download | emacs-77c3bc0297b41283da941f80a59c96fc8fc14936.tar.gz emacs-77c3bc0297b41283da941f80a59c96fc8fc14936.tar.bz2 emacs-77c3bc0297b41283da941f80a59c96fc8fc14936.zip |
Make so-long disable flymake, flyspell, flycheck
* so-long.el (so-long-minor-modes): Add flymake-mode, flyspell-mode,
and flycheck-mode.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/so-long.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/so-long.el b/lisp/so-long.el index 2d551affa18..78fa32508ae 100644 --- a/lisp/so-long.el +++ b/lisp/so-long.el @@ -731,6 +731,8 @@ was established." '(font-lock-mode ;; (Generally the most important). ;; Other standard minor modes: display-line-numbers-mode + flymake-mode + flyspell-mode goto-address-mode goto-address-prog-mode hi-lock-mode @@ -746,6 +748,7 @@ was established." diff-hl-flydiff-mode diff-hl-mode dtrt-indent-mode + flycheck-mode hl-sexp-mode idle-highlight-mode rainbow-delimiters-mode |