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

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

bug#67672: EMACS - Slow opening files


From: Ihor Radchenko
Subject: bug#67672: EMACS - Slow opening files
Date: Tue, 12 Dec 2023 21:25:19 +0000

"Moore, Rider" <rmoore@cooley.com> writes:

> Forgive me, can you let me know how and where to run this command?  I believe 
> it's within emacs, but can you provide instructions on where to run it in 
> emacs and how to bring up the prompt?

For example, you can do

M-: (remove-hook 'find-file-hook #'vc-refresh-state) <RET>

and then see if files are still opening slowly.

Or you can add
(remove-hook 'find-file-hook #'vc-refresh-state)
to your init.el and test...

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>





reply via email to

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