diff options
author | Kyle Meyer <kyle@kyleam.com> | 2015-08-12 23:49:05 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2015-08-12 23:49:05 -0400 |
commit | fedaee2f352affbb0bb3c5aa057bccaa12a16a0b (patch) | |
tree | d4e62003cb121b03b125a7de1abdd54f7ef508e6 | |
parent | 61bd50d0a083db01491d40e1efa54ed19b652473 (diff) | |
download | emacs.d-fedaee2f352affbb0bb3c5aa057bccaa12a16a0b.tar.gz |
Unset git-commit-finish-query-functions
-rw-r--r-- | lisp/init-git.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/init-git.el b/lisp/init-git.el index 14d86c2..7ed991f 100644 --- a/lisp/init-git.el +++ b/lisp/init-git.el @@ -28,6 +28,8 @@ (setq magit-no-confirm '(stage-all-changes unstage-all-changes reverse)) +(setq git-commit-finish-query-functions nil) + (add-hook 'magit-find-file-hook 'view-mode) ;; http://whattheemacsd.com/setup-magit.el-01.html (add-hook 'magit-status-mode-hook 'delete-other-windows) |