瀏覽代碼

Fix editorcofig load

master
10sr 2 年之前
父節點
當前提交
e7bbcd150a
簽署人: 10sr GPG 金鑰 ID: 7BEC428194130EB2
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el 查看文件

@@ -1246,7 +1246,7 @@ THEM are function and its args."
;; (add-hook 'after-first-visit-hook
;; 'editorconfig-mode-apply
;; t)) ;; Do after enabling editorconfig-mode
(when (eval-and-compile (require 'editorconfig))
(when (eval-and-compile (require 'editorconfig nil t))
(set-variable 'editorconfig--enable-20210221-testing t)
(editorconfig-mode 1))
(set-variable 'editorconfig-get-properties-function


Loading…
取消
儲存