10sr 5 anos atrás
pai
commit
39381f489d
Acessado por: 10sr ID da chave GPG: 7BEC428194130EB2
1 arquivos alterados com 4 adições e 0 exclusões
  1. +4
    -0
      emacs.el

+ 4
- 0
emacs.el Ver arquivo

@@ -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)


Carregando…
Cancelar
Salvar