[Misc] Explicitly enable `global-git-commit-mode' in magit

This commit is contained in:
Daniel - 2019-11-02 10:21:06 +01:00
parent fd9c75d693
commit 5d039a026d
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 4 additions and 0 deletions

View File

@ -573,6 +573,9 @@
hydra-zoom/body
hydra-rectangle/body))
(use-package git-commit
:commands (global-git-commit-mode))
(use-package magit
:commands (magit-status)
:init (setq magit-diff-refine-hunk nil
@ -581,6 +584,7 @@
magit-completing-read-function 'ivy-completing-read)
:config (progn
(global-magit-file-mode -1)
(global-git-commit-mode +1)
(with-demoted-errors "Non-Fatal Error: %s"
(eval-when-compile