diff options
author | tdback <tyler@tdback.net> | 2025-02-11 23:40:40 -0500 |
---|---|---|
committer | tdback <tyler@tdback.net> | 2025-02-11 23:40:40 -0500 |
commit | a8b8b8ef469d342fdb4391da0955d03bbe16e29d (patch) | |
tree | d957b397dc7ba6072d49fc00f99b2b430d672581 /early-init.el | |
parent | ef1d92faea54df659ca047e0f3fa01e16a61c63b (diff) |
lisp: whitespace
Diffstat (limited to 'early-init.el')
-rw-r--r-- | early-init.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/early-init.el b/early-init.el index bddc473..cb68bf5 100644 --- a/early-init.el +++ b/early-init.el @@ -3,8 +3,8 @@ gc-cons-percentage 0.6) (add-hook 'after-init-hook (lambda () - (setq gc-cons-threshold 100000000 - gc-cons-percentage 0.1))) + (setq gc-cons-threshold 100000000 + gc-cons-percentage 0.1))) ;; Disable additional toolbars, scrollbars, etc. (menu-bar-mode -1) |