summaryrefslogtreecommitdiff
path: root/.local/bin/emacs-build
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/emacs-build')
-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