help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: vc-git slows Emacs down quite a bit, trying to find a way to remove


From: Alex Bennee
Subject: Re: vc-git slows Emacs down quite a bit, trying to find a way to remove hooks
Date: Tue, 27 Mar 2012 11:25:46 +0100

On 27 March 2012 03:05, XeCycle <XeCycle@gmail.com> wrote:
> Wei Liu <liuw@liuw.name> writes:
>
>> Hi all
>
> Hello.
>
>> I find that vc-git takes quite a lot of time to load, both in Emacs 23
>> and Emacs snapshot. On my dev machine it takes up to 21 seconds. :-(
>>
>> I don't want to disable vc-mode entirely, I just want to make sure
>> that vc-git doesn' t get loaded when I don't need it.
>
> See variable vc-handled-backends.

I'm using :

  (setq vc-handled-backends (remq 'Git vc-handled-backends))

But something keeps re-adding it and I can't find out what...

-- 
Alex, homepage: http://www.bennee.com/~alex/
http://www.half-llama.co.uk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]