git layer: add init functions for gitconfig and git-commit modes

This commit is contained in:
syl20bnr 2015-03-27 23:51:08 -04:00
parent 4b1bbc2472
commit 83f268e04b

View file

@ -53,6 +53,14 @@ which require an initialization must be listed explicitly in the list.")
"ggr" 'gist-region
"ggR" 'gist-region-private))))
(defun git/init-git-commit-mode ()
(use-package git-commit-mode
:defer t
:config
(evil-leader/set-key-for-mode 'git-commit-mode
"mcc" 'git-commit-commit
"mk" 'git-commit-abort)))
(defun init-git-gutter ()
"Common initialization of git-gutter."
(git-gutter-mode)
@ -166,6 +174,10 @@ which require an initialization must be listed explicitly in the list.")
("Y" git-timemachine-kill-revision)
("q" nil :exit t)))))
(defun git/init-gitconfig-mode ()
(use-package gitconfig-mode
:defer t))
;; this mode is not up to date
;; any contributor to make it up to date is welcome:
;; https://github.com/emacs-helm/helm-gist