summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2026-04-03 03:53:28 +0200
committerThomas Voss <mail@thomasvoss.com> 2026-04-03 03:53:28 +0200
commit6249f5ba768fd496934dbd2eae177e2f01b14075 (patch)
tree921c84f62a0027631aac0fc06752e11cedb78beb
parentbc94521259f946bd355d4a2671a6634cd63351fd (diff)
emacs: Reflow text
-rw-r--r--.config/emacs/early-init.el9
1 files changed, 5 insertions, 4 deletions
diff --git a/.config/emacs/early-init.el b/.config/emacs/early-init.el
index 82867ef..baac7ba 100644
--- a/.config/emacs/early-init.el
+++ b/.config/emacs/early-init.el
@@ -75,10 +75,11 @@
(* 1024 1024))))
;; Set ‘file-name-handler-alist’ and ‘vc-handled-backends’ to nil
-;; temporarily and restore them once Emacs has properly initialized. We
-;; set threshold to 8 MiB which seems to be a good middleground for now.
-;; A higher threshold means less garbage collections but I’ve had issues
-;; with those garbage collections causing long freezes when they occur.
+;; temporarily and restore them once Emacs has properly initialized.
+;; We set threshold to 8 MiB which seems to be a good middleground for
+;; now. A higher threshold means less garbage collections but I’ve
+;; had issues with those garbage collections causing long freezes when
+;; they occur.
(let ((saved-file-name-handler-alist file-name-handler-alist))
(setopt file-name-handler-alist nil)
(add-hook