From: rearman Date: Tue, 19 Aug 2025 20:39:53 +0000 (-0400) Subject: Whitespace cleanup X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=f682aa13d436c411951fc495e008e50e60132929;p=emacsinit.git Whitespace cleanup --- diff --git a/early-init.el b/early-init.el index 437a43a..426d432 100644 --- a/early-init.el +++ b/early-init.el @@ -8,10 +8,10 @@ gc-cons-percentage 0.6) (add-hook 'after-init-hook - (lambda () - (setq gc-cons-threshold (* 1800 1000) - gc-cons-percentage 0.1 - garbage-collection-messages t))) + (lambda () + (setq gc-cons-threshold (* 1800 1000) + gc-cons-percentage 0.1 + garbage-collection-messages t))) ;; Startup choices (setq inhibit-startup-screen t