瀏覽代碼

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 '(".+"))



Loading…
取消
儲存