dotfiles

🎜 Clone'em, tweak'em, stick'em in your $HOME 🎝
git clone https://git.kevinlegouguec.net/dotfiles
Log | Files | Refs | README

commit 28637f8c2a318f3c752f00d979a79fd1f9b4845f
parent ae04ddfb3a8527182a1f41762305059c308f0543
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Mon, 25 Aug 2025 17:43:29 +0200

Copyedit commentary

Diffstat:
M.local/bin/emacs-build | 7+++----
1 file changed, 3 insertions(+), 4 deletions(-)

diff --git 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