summary refs log tree commit diff
path: root/emacs.d
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2016-12-15 14:31:28 -0800
committerFranck Cuny <franck.cuny@gmail.com>2016-12-15 14:31:28 -0800
commit7a9fee93da75bae7dbe929dbc47af089b8418452 (patch)
treeb06ed6ef1d7aa72f939143604988b633fd186d33 /emacs.d
parent[Emacs] Delete phabricator for now. (diff)
downloademacs.d-7a9fee93da75bae7dbe929dbc47af089b8418452.tar.gz
[Emacs] Files for phabricator commits are in git-commit-mode.
Diffstat (limited to 'emacs.d')
-rw-r--r--emacs.d/init.el3
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))