elisp - How can I make Emacs isearch faster? -
I use imac all the time in imac, but I've noticed large organization mode files that find something Is there a way to speed up the instant in a buffer?
EDIT: The most noticeable speed improvement came from the setting of isearch-lazy-highlight to zero . Calling for a jump in the text, a noticeable delay was experienced and this delay has now disappeared.
One thing to keep in mind is that your search patterns are as fast as possible. If buffer is too large then you can type quickly using a long search pattern (or by entering m-a )
One more thing you can do That option is to close the isearch-lazy-highlight so that you do not search and search for all the searches in the current visible text. See also the option lazy-white-initial-delay and lazy-highlights-interval .
Most commonly, consult Isearch doc.
Comments
Post a Comment