diff options
| author | Kรฉvin Le Gouguec <kevin.legouguec@gmail.com> | 2025-08-25 17:43:29 +0200 |
|---|---|---|
| committer | Kรฉvin Le Gouguec <kevin.legouguec@gmail.com> | 2025-08-25 17:43:29 +0200 |
| commit | 28637f8c2a318f3c752f00d979a79fd1f9b4845f (patch) | |
| tree | 4e1d25c23a78ec9969d5b06120fa6e254434c0ea /.local | |
| parent | ae04ddfb3a8527182a1f41762305059c308f0543 (diff) | |
| download | dotfiles-28637f8c2a318f3c752f00d979a79fd1f9b4845f.tar.xz | |
Copyedit commentary
Diffstat (limited to '.local')
| -rwxr-xr-x | .local/bin/emacs-build | 7 |
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 |
