Browse Source

Fix global-git-commit-mode on 1st start

master
ßingen 9 years ago
parent
commit
4ce7316588
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      lisp/init-git.el

+ 3
- 3
lisp/init-git.el View File

@@ -6,9 +6,6 @@
(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
magit-process-popup-time 10
@@ -75,4 +72,7 @@
(global-set-key (kbd "C-x v p") #'git-messenger:popup-message)


;; http://emacs.stackexchange.com/a/17733
(global-git-commit-mode)

(provide 'init-git)

Loading…
Cancel
Save