diff options
author | tdback <tyler@tdback.net> | 2025-02-11 23:23:01 -0500 |
---|---|---|
committer | tdback <tyler@tdback.net> | 2025-02-11 23:23:01 -0500 |
commit | 094a960c7d05b533bff46639b97459f4ab454fd7 (patch) | |
tree | bc17d837290f7bedebf9d215419c88e0fc46552a | |
parent | ff732109b88e451f8902f0a370cff184b75f481f (diff) |
early-init: fix indentation
-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 ffc24a2..bddc473 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) |