aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/git/files/72git-gentoo.el')
-rw-r--r--dev-util/git/files/72git-gentoo.el8
1 files changed, 8 insertions, 0 deletions
diff --git a/dev-util/git/files/72git-gentoo.el b/dev-util/git/files/72git-gentoo.el
new file mode 100644
index 0000000..1941361
--- /dev/null
+++ b/dev-util/git/files/72git-gentoo.el
@@ -0,0 +1,8 @@
+;;; dev-util/git site-lisp configuration
+
+(unless (fboundp 'vc-git-registered)
+ (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))