diff options
-rw-r--r-- | emacs.d/init.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el index b0da6bc..9007763 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -317,6 +317,9 @@ ;; interface to git :ensure t + :mode (("differential-update-comments" . git-commit-mode) + ("new-commit" . git-commit-mode)) + :bind (("C-x g s" . magit-status) ("C-x g b" . magit-checkout)) |