X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/blobdiff_plain/415a23dd3faaee25d7f28be55208eea0cbb78e21..4983780af98c0465162b06554cd55ffcd213cfcd:/dot/emacs diff --git a/dot/emacs b/dot/emacs index fe58c97..2a7796a 100644 --- a/dot/emacs +++ b/dot/emacs @@ -55,6 +55,7 @@ (and (library-exists-p "vc-git") (not (memq 'GIT vc-handled-backends)) (not (memq 'Git vc-handled-backends)) + (not (memq 'git vc-handled-backends)) (setq vc-handled-backends (cons 'GIT vc-handled-backends))) (trap (or mdw-fast-startup (require 'p4)))