diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-10-16 22:44:49 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-10-16 22:44:49 +0200 |
commit | fbf5c4dbec4ed7f4a4d4142d998c903c94bbd023 (patch) | |
tree | 7cf147113d17d3a67c11a2919ab9331a2cc1f68d | |
parent | 22094e30fab693db0fe3937871a6914b9abb6c4c (diff) |
emacs: Fix typo
-rw-r--r-- | .config/emacs/early-init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/emacs/early-init.el b/.config/emacs/early-init.el index 3cf4b8c..fb2625a 100644 --- a/.config/emacs/early-init.el +++ b/.config/emacs/early-init.el @@ -75,7 +75,7 @@ (* 1024 1024)))) ;; Set ‘file-name-handler-alist’ and ‘vc-handled-backends’ to nil -;; temporarily and restore them over Emacs has properly initialized. We +;; 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. |