Add git-status and git-blame autoloads for emacs
This commit is contained in:
parent
e46bac574f
commit
aed6e3618e
@ -1,2 +1,5 @@
|
||||
;; Git VC backend
|
||||
(add-to-list 'vc-handled-backends 'GIT t)
|
||||
(autoload 'git-status "git" "GIT mode." t)
|
||||
(autoload 'git-blame-mode "git-blame"
|
||||
"Minor mode for incremental blame for Git." t)
|
||||
|
Loading…
Reference in New Issue
Block a user