emacs-orgmode
[Top][All Lists]
Advanced

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

Re: emacs really slow when inserting a new source code block


From: Ihor Radchenko
Subject: Re: emacs really slow when inserting a new source code block
Date: Thu, 29 Sep 2022 22:19:55 +0800

Luca Ferrari <fluca1978@gmail.com> writes:

>> Do you have any flyspell-related configuration in your config?
>
> I have:
> (flyspell-mode +1)
> (global-flycheck-mode +1)

Hmm. Can you try the development version of Org?
If you are just using a bare flyspell-mode, it generally gets slow on
large Org files. We have made a number of improvements in this area on
development branch.

> By the way, even if off-topic, is there a way to "dump" configuration
> for a specific set of modes? Fromwithin emacs, how can I get a dump of
> all flyspell related settings (if there's a way)?

Usually, you can just re-search for appropriate Elisp variable prefix.
Or, if you use customize interface, saving customization will dump all
the non-default settings into your init.el
Or you can bisect the config to hunt for less obvious issues using
https://github.com/Malabarba/elisp-bug-hunter

-- 
Ihor Radchenko,
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]