summaryrefslogtreecommitdiff
path: root/dev-util/git/files/71git-gentoo.el
blob: ded21c29e3dcc9a2e3eef40072438004b76e2070 (plain)
1
2
3
4
5
6
7
;;; git site-lisp configuration

(add-to-list 'load-path "@SITELISP@")
(add-to-list 'vc-handled-backends 'GIT)
(autoload 'git-status "git" "Entry point into git-status mode." t)
(autoload 'git-blame-mode "git-blame"
  "Minor mode for incremental blame for Git." t)