emacs-diffs
[Top][All Lists]
Advanced

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

scratch/so-long-updates d696338 7/7: Make so-long disable flymake, flysp


From: Phil
Subject: scratch/so-long-updates d696338 7/7: Make so-long disable flymake, flyspell, flycheck
Date: Sat, 9 Nov 2019 03:23:30 -0500 (EST)

branch: scratch/so-long-updates
commit d696338237af344a0717499cc48869fcf92e41a7
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 326d8fe..83d2218 100644
--- a/lisp/so-long.el
+++ b/lisp/so-long.el
@@ -732,6 +732,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
@@ -747,6 +749,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]