10sr 5 years ago
parent
commit
39381f489d
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      emacs.el

+ 4
- 0
emacs.el View File

@@ -2047,6 +2047,10 @@ initializing."
(add-to-list 'flycheck-checkers
'python-black)

(defun my-flycheck-parse-any-error (output checker buffer)
"Flycheck parser to check if OUTPUT is not empty."
())

(defun my-flycheck-parse-unified-diff (output checker buffer)
"Flycheck parser to parse diff output."
(let ((source-line 0)


Loading…
Cancel
Save