See problem and solution here: http://emacs.stackexchange.com/questions/17689/git-commit-uses-fundamental-mode-after-magit-updatemaster
| @@ -6,6 +6,8 @@ | |||
| (require-package 'git-messenger) ;; Though see also vc-annotate's "n" & "p" bindings | |||
| (require-package 'git-timemachine) | |||
| ;; http://emacs.stackexchange.com/a/17733 | |||
| (global-git-commit-mode) | |||
| (when (maybe-require-package 'magit) | |||
| (setq-default | |||