ソースを参照

Update doc

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

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

@@ -1614,7 +1614,7 @@ This mode is a simplified version of `adoc-mode'."
'editorconfig-auto-apply-mode--when-save)))

(defun editorconfig-auto-apply-mode--when-save ()
"Function run when editorconfig"
"When saving .editorconfig file walk all buffers and update configs."
(when (eq major-mode
'editorconfig-conf-mode)
(let ((dir (file-name-directory buffer-file-name)))
@@ -1644,7 +1644,7 @@ This mode is a simplified version of `adoc-mode'."
(point-max))
num)
(setq end (+ beg size))
(insert-file-contents filename
(insert-file-contents-literally filename
nil
beg
end)


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