diff options
author | Ryan Kavanagh <rak@debian.org> | 2013-03-02 23:03:01 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2013-03-02 23:03:01 -0500 |
commit | 0f86e946ec38645f6249df262edc13537ed7b048 (patch) | |
tree | 2a9c0c0b379320f7e7a14e6495b8903f5b4598d0 /.emacs | |
parent | Handle the case of clobber having been run in emacsen clean (diff) |
Drop git-el from emacs
Diffstat (limited to '')
-rw-r--r-- | .emacs | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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) |