diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2016-12-15 14:31:28 -0800 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2016-12-15 14:31:28 -0800 |
commit | 7a9fee93da75bae7dbe929dbc47af089b8418452 (patch) | |
tree | b06ed6ef1d7aa72f939143604988b633fd186d33 | |
parent | [Emacs] Delete phabricator for now. (diff) | |
download | emacs.d-7a9fee93da75bae7dbe929dbc47af089b8418452.tar.gz |
[Emacs] Files for phabricator commits are in git-commit-mode.
-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)) |