소스 검색

Fix editorcofig load

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

+ 1
- 1
emacs.el 파일 보기

@@ -1246,7 +1246,7 @@ THEM are function and its args."
;; (add-hook 'after-first-visit-hook
;; 'editorconfig-mode-apply
;; t)) ;; Do after enabling editorconfig-mode
(when (eval-and-compile (require 'editorconfig))
(when (eval-and-compile (require 'editorconfig nil t))
(set-variable 'editorconfig--enable-20210221-testing t)
(editorconfig-mode 1))
(set-variable 'editorconfig-get-properties-function


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