소스 검색

Show black error on end of buffer

master
10sr 5 년 전
부모
커밋
f495ab775e
로그인 계정: 10sr GPG 키 ID: 7BEC428194130EB2
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      emacs.el

+ 2
- 2
emacs.el 파일 보기

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


불러오는 중...
취소
저장