emacs-diffs
[Top][All Lists]
Advanced

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

master 77c3bc0 7/8: Make so-long disable flymake, flyspell, flycheck


From: Phil
Subject: master 77c3bc0 7/8: Make so-long disable flymake, flyspell, flycheck
Date: Thu, 14 Nov 2019 06:48:05 -0500 (EST)

branch: master
commit 77c3bc0297b41283da941f80a59c96fc8fc14936
Author: Phil Sainty <address@hidden>
Commit: Phil Sainty <address@hidden>

    Make so-long disable flymake, flyspell, flycheck
    
    * so-long.el (so-long-minor-modes): Add flymake-mode, flyspell-mode,
    and flycheck-mode.
---
 lisp/so-long.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lisp/so-long.el b/lisp/so-long.el
index 2d551af..78fa325 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]