ソースを参照

Add note

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

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

@@ -1808,7 +1808,7 @@ and search from projectile root (if projectile is available)."


(define-minor-mode editorconfig-auto-apply-mode (define-minor-mode editorconfig-auto-apply-mode
"When saving .editorconfig file update buffer configs." "When saving .editorconfig file update buffer configs."
:global t
:global t ;; TODO: global nil and instruct to hook to editorconfig-conf-mode-hook
:lighter "" :lighter ""
(if editorconfig-auto-apply-mode (if editorconfig-auto-apply-mode
(add-hook 'after-save-hook (add-hook 'after-save-hook


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