[org] Fix indention of vale :error-patterns

This commit is contained in:
Sebastian Schulze 2023-03-14 20:55:27 +01:00
parent ef313ad2e8
commit c332114509
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
1 changed files with 2 additions and 2 deletions

View File

@ -234,8 +234,8 @@
"A checker for prose"
:command ("vale" "--output" "line" source)
:standard-input nil
:error-patterns ((error line-start (file-name) ":" line ":" column ":" (id (one-or-more (not (any ":")))) ":" (message) line-end))
:modes (markdown-mode markdown-mode gfm-mode org-mode text-mode))
:error-patterns
((error line-start (file-name) ":" line ":" column ":" (id (one-or-more (not (any ":")))) ":" (message) line-end)) :modes (markdown-mode markdown-mode gfm-mode org-mode text-mode))
(add-to-list 'flycheck-checkers 'vale 'append))
(after! mu4e