소스 검색

Add some comment

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

+ 4
- 0
emacs.el 파일 보기

@@ -1333,8 +1333,12 @@ found, otherwise returns nil."
)

;; https://github.com/lunaryorn/flycheck
;; TODO: Any way to disable auto check?
;; Update flycheck-hooks-alist?
(when (safe-require-or-eval 'flycheck)
(call-after-init (global-flycheck-mode)))
;; (set-variable 'flycheck-display-errors-delay 2.0)
;; (fset 'flycheck-display-error-at-point-soon 'ignore)

;; (with-eval-after-load 'flycheck
;; (when (fboundp 'flycheck-black-check-setup)


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