소스 검색

Fix editorconfig hook

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

+ 2
- 1
emacs.el 파일 보기

@@ -1139,7 +1139,8 @@ THEM are function and its args."
(add-hook 'after-first-visit-hook
'editorconfig-mode)
(add-hook 'after-first-visit-hook
'editorconfig-mode-apply))
'editorconfig-mode-apply
t)) ;; Do after enabling editorconfig-mode
(set-variable 'editorconfig-get-properties-function
'editorconfig-core-get-properties-hash)
(set-variable 'editorconfig-mode-lighter "")


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