From 7a9fee93da75bae7dbe929dbc47af089b8418452 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 15 Dec 2016 14:31:28 -0800 Subject: [Emacs] Files for phabricator commits are in git-commit-mode. --- emacs.d/init.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'emacs.d/init.el') 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)) -- cgit 1.4.1