diff options
author | dakkar <dakkar@thenautilus.net> | 2010-09-19 11:35:33 +0100 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2010-09-19 11:45:49 +0100 |
commit | 8a1788089f3a4c79e9c309ff8afd7432d9f23ca2 (patch) | |
tree | 30d7b0b17fdc38898af75acfa0d80ab38abdb6e2 /dev-util/git/files/50git-gentoo.el | |
parent | updated netqmail w/ patch (diff) | |
download | gentoo-overlay-8a1788089f3a4c79e9c309ff8afd7432d9f23ca2.tar.gz gentoo-overlay-8a1788089f3a4c79e9c309ff8afd7432d9f23ca2.tar.bz2 gentoo-overlay-8a1788089f3a4c79e9c309ff8afd7432d9f23ca2.zip |
cleanup
Diffstat (limited to 'dev-util/git/files/50git-gentoo.el')
-rw-r--r-- | dev-util/git/files/50git-gentoo.el | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-util/git/files/50git-gentoo.el b/dev-util/git/files/50git-gentoo.el deleted file mode 100644 index 42edd77..0000000 --- a/dev-util/git/files/50git-gentoo.el +++ /dev/null @@ -1,13 +0,0 @@ - -;;; dev-util/git site-lisp configuration - -(add-to-list 'load-path "@SITELISP@") -(autoload 'git-status "git" "Entry point into git-status mode." t) -;;(autoload 'git-blame-mode "git-blame" -;; "Minor mode for incremental blame for Git." t) - -;; GNU Emacs >=22.2 already includes vc-git.el. -;; Enable the following only if Emacs has no GIT support. -(unless (fboundp 'vc-git-registered) - (add-to-list 'load-path "@SITELISP@/compat") - (add-to-list 'vc-handled-backends 'GIT)) |