ソースを参照

Change func nam

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

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

@@ -2006,11 +2006,11 @@ Return that buffer."
:lighter ""
(if editorconfig-auto-apply-mode
(add-hook 'after-save-hook
'editorconfig-auto-apply-mode--when-save)
'editorconfig-auto-apply-mode--run)
(remove-hook 'after-save-hook
'editorconfig-auto-apply-mode--when-save)))
'editorconfig-auto-apply-mode--run)))

(defun editorconfig-auto-apply-mode--when-save ()
(defun editorconfig-auto-apply-mode--run ()
"When saving .editorconfig file walk all buffers and update configs."
(when (eq major-mode
'editorconfig-conf-mode)


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