From 0f86e946ec38645f6249df262edc13537ed7b048 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Sat, 2 Mar 2013 23:03:01 -0500 Subject: Drop git-el from emacs --- .emacs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.emacs b/.emacs index 0e0e9c6..45faa0b 100644 --- a/.emacs +++ b/.emacs @@ -64,12 +64,8 @@ (require 'tramp) ;;;; VC-GIT -(setq load-path (cons (expand-file-name "/usr/share/doc/git-core/contrib/emacs") load-path)) (require 'vc-git) (when (featurep 'vc-git) (add-to-list 'vc-handled-backends 'git)) -(require 'git) -(autoload 'git-blame-mode "git-blame" - "Minor mode for incremental blame for Git." t) ;;;; VM (require 'vm-autoloads) -- cgit v1.2.3