ソースを参照

Add editorconfig-charset-extras hook

pull/15/head
10sr 7年前
コミット
bc696b2f79
1個のファイルの変更4行の追加0行の削除
  1. +4
    -0
      emacs.el

+ 4
- 0
emacs.el ファイルの表示

@@ -664,6 +664,10 @@ found, otherwise returns nil."
(add-hook 'editorconfig-custom-hooks
'editorconfig-custom-majormode))

(when (fboundp 'editorconfig-charset-extras)
(add-hook 'editorconfig-custom-hooks
'editorconfig-charset-extras))

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

;; save cursor position


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