ソースを参照

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 "")


読み込み中…
キャンセル
保存