Describe your issue
After 21166d118449ea3ca07334748453bf8151704b25, it became much slower to add or edit declarations of array variables with initializers in C.
commit 21166d118449ea3ca07334748453bf8151704b25
Author: Henrik Lissner <git@henrik.io>
Date: Tue Jun 23 19:09:38 2026 -0400
bump: sources/doom+
doomemacs/modules@5a44cf7bdb74 -> doomemacs/modules@4fcb2b1a5063
Steps to reproduce
- In the
~/.config/emacs directory, run git checkout 21166d1 and reinstall Doom Emacs.
- Open Doom Emacs and try writing the following C code by hand. The input lag should be noticeable.
int main(void)
{
int a = 10;
int b[] = {1, 2, 3};
int c[] = {4, 5, 6, 7};
int d[] = {8, 9, 10, 11, 12};
double e[] = {1.2, 3.4, 5.6};
return 0;
}
- In the previous directory, run
git checkout HEAD~1 and reinstall Doom Emacs.
- Try writing the C code above again. Typing would be much faster than before.
System information
doom-info.txt
Disclosures
Describe your issue
After 21166d118449ea3ca07334748453bf8151704b25, it became much slower to add or edit declarations of array variables with initializers in C.
Steps to reproduce
~/.config/emacsdirectory, rungit checkout 21166d1and reinstall Doom Emacs.git checkout HEAD~1and reinstall Doom Emacs.System information
doom-info.txt
Disclosures