summaryrefslogtreecommitdiff
path: root/packaging/git-init.el
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/git-init.el')
-rw-r--r--packaging/git-init.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/packaging/git-init.el b/packaging/git-init.el
new file mode 100644
index 0000000..d2a96a7
--- /dev/null
+++ b/packaging/git-init.el
@@ -0,0 +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)