summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKรฉvin Le Gouguec <kevin.legouguec@gmail.com>2025-08-25 17:43:29 +0200
committerKรฉvin Le Gouguec <kevin.legouguec@gmail.com>2025-08-25 17:43:29 +0200
commit28637f8c2a318f3c752f00d979a79fd1f9b4845f (patch)
tree4e1d25c23a78ec9969d5b06120fa6e254434c0ea
parentae04ddfb3a8527182a1f41762305059c308f0543 (diff)
downloaddotfiles-28637f8c2a318f3c752f00d979a79fd1f9b4845f.tar.xz
Copyedit commentary
-rwxr-xr-x.local/bin/emacs-build7
1 files 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