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.el | 7 |
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 @@ +;;; 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) |