author | Michael Krelin <hacker@klever.net> | 2007-07-23 18:34:30 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2007-07-23 18:34:30 (UTC) |
commit | b76d9716f4d2ad64d4a466823803969bb98ad191 (patch) (side-by-side diff) | |
tree | 490a1dd3d9e446acd5a27d26ce037b59d1e9f86f /dev-util/git/files/71git-gentoo.el | |
parent | 5c17a28c08a60b93d1b9c1476ea4bac811f2d22d (diff) | |
download | misc-b76d9716f4d2ad64d4a466823803969bb98ad191.zip misc-b76d9716f4d2ad64d4a466823803969bb98ad191.tar.gz misc-b76d9716f4d2ad64d4a466823803969bb98ad191.tar.bz2 |
dev-util/git: imported from portage
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) |