source: projects/specs/trunk/g/git/vine-default-git.el @ 1967

Revision 1967, 190 bytes checked in by iwaim, 14 years ago (diff)

git: rename git-init.el for vine-default

Line 
1;; Git VC backend
2(add-to-list 'vc-handled-backends 'GIT t)
3(autoload 'git-status "git" "GIT mode." t)
4(autoload 'git-blame-mode "git-blame"
5        "Minor mode for incremental blame for Git." t)
Note: See TracBrowser for help on using the repository browser.