소스 검색

Enable editorconfig on load

pull/15/head
10sr 9 년 전
부모
커밋
908e81562f
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. +6
    -1
      emacs.el

+ 6
- 1
emacs.el 파일 보기

@@ -220,6 +220,9 @@ IF OK-IF-ALREADY-EXISTS is true force download."

scala-mode2
ensime

editorconfig
editorconfig-core
)
"Package list just for me.")

@@ -713,7 +716,9 @@ IF OK-IF-ALREADY-EXISTS is true force download."
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; file handling

(require 'editorconfig nil t)
(when (require 'editorconfig nil t)
(defvar-set edconf-get-properties-function
'editorconfig-core-get-properties-hash))

(setq revert-without-query '(".+"))



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