ソースを参照

Fix editorconfig init

master
10sr 4年前
コミット
510e06c3ea
署名者: 10sr GPGキーID: 7BEC428194130EB2
1個のファイルの変更3行の追加1行の削除
  1. +3
    -1
      emacs.el

+ 3
- 1
emacs.el ファイルの表示

@@ -1137,7 +1137,9 @@ THEM are function and its args."

(when (fboundp 'editorconfig-mode)
(add-hook 'after-first-visit-hook
'editorconfig-mode))
'editorconfig-mode)
(add-hook 'after-first-visit-hook
'editorconfig-mode-apply))
(set-variable 'editorconfig-get-properties-function
'editorconfig-core-get-properties-hash)
(set-variable 'editorconfig-mode-lighter "")


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