summaryrefslogtreecommitdiff
path: root/dev-util/git/files/71git-gentoo.el
Unidiff
Diffstat (limited to 'dev-util/git/files/71git-gentoo.el') (more/less context) (ignore whitespace changes)
-rw-r--r--dev-util/git/files/71git-gentoo.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/dev-util/git/files/71git-gentoo.el b/dev-util/git/files/71git-gentoo.el
new file mode 100644
index 0000000..ded21c2
--- a/dev/null
+++ b/dev-util/git/files/71git-gentoo.el
@@ -0,0 +1,7 @@
1;;; git site-lisp configuration
2
3(add-to-list 'load-path "@SITELISP@")
4(add-to-list 'vc-handled-backends 'GIT)
5(autoload 'git-status "git" "Entry point into git-status mode." t)
6(autoload 'git-blame-mode "git-blame"
7 "Minor mode for incremental blame for Git." t)