aboutsummaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2013-03-02 23:03:01 -0500
committerRyan Kavanagh <rak@debian.org>2013-03-02 23:03:01 -0500
commit0f86e946ec38645f6249df262edc13537ed7b048 (patch)
tree2a9c0c0b379320f7e7a14e6495b8903f5b4598d0 /.emacs
parentHandle the case of clobber having been run in emacsen clean (diff)
Drop git-el from emacs
Diffstat (limited to '.emacs')
-rw-r--r--.emacs4
1 files changed, 0 insertions, 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)