Added org-mode to list of modes supported by default.

This commit is contained in:
Austin Bingham
2018-09-28 09:33:35 +02:00
parent 7ca0a2a29b
commit 206befd15f
2 changed files with 10 additions and 4 deletions

View File

@@ -58,9 +58,7 @@
:type '(string)
:group 'flycheck-vale)
(defcustom flycheck-vale-modes '(text-mode markdown-mode rst-mode)
"List of major modes in which to apply this checker."
:type '(repeat function))
(defconst flycheck-vale-modes '(text-mode markdown-mode rst-mode org-mode))
(defcustom flycheck-vale-output-buffer "*flycheck-vale*"
"Buffer where tool output gets written."