浏览代码

emacs.el: Always use el imeplemented core for editorconfig

pull/15/head
10sr 8 年前
父节点
当前提交
811f3fe8ab
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      emacs.el

+ 2
- 0
emacs.el 查看文件

@@ -765,6 +765,8 @@ IF OK-IF-ALREADY-EXISTS is true force download."
;; file handling

(when (safe-require-or-eval 'editorconfig)
(set-variable 'editorconfig-get-properties-function
'editorconfig-core-get-properties-hash)
(editorconfig-mode 1))

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


正在加载...
取消
保存