Add modes for Git related files

This commit is contained in:
Ratson 2015-03-27 00:10:54 +08:00 committed by syl20bnr
parent 7b638330ec
commit 325f27cff1

View file

@ -13,7 +13,9 @@
(defvar git-packages
'(
fringe-helper
gitattributes-mode
gitconfig-mode
gitignore-mode
git-commit-mode
git-messenger
git-rebase-mode
@ -182,10 +184,18 @@ which require an initialization must be listed explicitly in the list.")
("Y" git-timemachine-kill-revision)
("q" nil :exit t)))))
(defun git/init-gitattributes-mode ()
(use-package gitattributes-mode
:defer t))
(defun git/init-gitconfig-mode ()
(use-package gitconfig-mode
:defer t))
(defun git/init-gitignore-mode ()
(use-package gitignore-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