Kaynağa Gözat

Show black error on end of buffer

master
10sr 5 yıl önce
ebeveyn
işleme
f495ab775e
İmzalayan: 10sr GPG Anahtar Kimliği: 7BEC428194130EB2
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. +2
    -2
      emacs.el

+ 2
- 2
emacs.el Dosyayı Görüntüle

@@ -2071,7 +2071,7 @@ initializing."
(goto-char (point-min))
(when (re-search-forward "^would reformat .*$" nil t)
(setq result (list (flycheck-error-new-at
(point-min)
(point-max)
nil
'error
;;(format "Black: %s" (match-string 0))
@@ -2081,7 +2081,7 @@ initializing."
(goto-char (point-min))
(when (re-search-forward "^error: cannot format .*$" nil t)
(setq reslt (list (flycheck-error-new-at
(point-min)
(point-max)
nil
'error
;; Fix not to include absolute file path


Yükleniyor…
İptal
Kaydet