From 28637f8c2a318f3c752f00d979a79fd1f9b4845f Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Mon, 25 Aug 2025 17:43:29 +0200 Subject: Copyedit commentary --- .local/bin/emacs-build | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.local/bin/emacs-build b/.local/bin/emacs-build index 4fd2b2e..375a402 100755 --- a/.local/bin/emacs-build +++ b/.local/bin/emacs-build @@ -26,10 +26,9 @@ configure_flags=( # using it. So congrats to the devs for a smooth UX 👏 # # Vibes-wise, I have not noticed performance improvements though. - # The situations where Emacs feels "slow" to me come from the - # stalls from synchronous jobs that make the UI completely - # unresponsive (e.g. Gnus IMAP refresh, fontconfig matching, - # project-wide regexp search). + # When Emacs feels "slow" to me, it is usually because the UI is + # completely unresponsive due to synchronous jobs: e.g. Gnus IMAP + # refresh, fontconfig matching, project-wide regexp search. # # So I bow out of native-comp, to avoid the eln-cache spill. --with-native-compilation=no -- cgit v1.2.3