소스 검색

Update fkycheck config

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

+ 5
- 8
emacs.el 파일 보기

@@ -1435,14 +1435,11 @@ found, otherwise returns nil."
(defun my-set-venv-flycheck-executable-find ()
"Set flycheck executabie find."
(interactive)
(when (and (require 'with-venv nil t)
;; Hack not to set when venv dir not found
(with-venv-find-venv-dir))
(set-variable 'flycheck-executable-find
'(lambda (e)
(with-venv
(executable-find e)))
t)))
(set-variable 'flycheck-executable-find
'(lambda (e)
(with-venv
(executable-find e)))
t))

(defun my-update-flycheck-flake8-error-level-alist ()
"Update `flycheck-flake8-error-level-alist'."


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