Переглянути джерело

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))


Завантаження…
Відмінити
Зберегти