summaryrefslogtreecommitdiff
path: root/early-init.el
diff options
context:
space:
mode:
Diffstat (limited to 'early-init.el')
-rw-r--r--early-init.el4
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)