summary refs log tree commit diff
path: root/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs/init.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 0b7f992..fcf2dbf 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -11,9 +11,6 @@
 (load custom-file)
 
 (setq gc-cons-threshold 64000000)
-(add-hook 'after-init-hook #'(lambda ()
-                               ;; restore after startup
-                               (setq gc-cons-threshold 800000)))
 
 ;; configure straight to manage packages
 (defvar bootstrap-version)