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

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

RE: [External] : Re: Too long completion delay time in LISP interaction


From: Drew Adams
Subject: RE: [External] : Re: Too long completion delay time in LISP interaction mode.
Date: Wed, 20 Oct 2021 15:30:00 +0000

> I've the following configuration in my 
> `~/.emacs.d/init.el':
> 
> (use-package hotfuzz
>   :init
>   (setq completion-styles '(hotfuzz)))
> 
> And it seems that commented out the above code 
> snippet fixed the problem discussed here.

That's often the first thing to try, when
fumbling in the dark.  Just bisect your
init file till you find the culprit.

That's quick to do (though at first it
seems not to be quick).  You can use
`comment-region' to comment out a block
of code (a prefix arg uncomments).  Do
that to 1/2, then 1/4, 1/8, 1/16,... of
your init file.

reply via email to

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