浏览代码

Enable editorconfig--enable-20210221-testing

master
10sr 3 年前
父节点
当前提交
9ca1198d88
签署人:: 10sr GPG 密钥 ID: 7BEC428194130EB2
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      emacs.el

+ 2
- 1
emacs.el 查看文件

@@ -1201,7 +1201,8 @@ THEM are function and its args."
;; 'editorconfig-mode-apply
;; t)) ;; Do after enabling editorconfig-mode
(when (eval-and-compile (require 'editorconfig))
(editorconfig-2-mode 1))
(set-variable 'editorconfig--enable-20210221-testing t)
(editorconfig-mode 1))
(set-variable 'editorconfig-get-properties-function
'editorconfig-core-get-properties-hash)
(set-variable 'editorconfig-mode-lighter "")


正在加载...
取消
保存