ソースを参照

Fix git-commit setup

master
10sr 4年前
コミット
0bdf182248
1個のファイルの変更3行の追加1行の削除
  1. +3
    -1
      emacs.el

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

@@ -1539,7 +1539,9 @@ Otherwize hook it."

(when (fboundp 'global-git-commit-mode)
(add-hook 'after-first-visit-hook
'global-git-commit-mode))
'global-git-commit-mode)
(add-hook 'after-first-visit-hook
'git-commit-setup-check-buffer))
(with-eval-after-load 'git-commit
(add-hook 'git-commit-setup-hook
'turn-off-auto-fill t))


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