소스 검색

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


불러오는 중...
취소
저장