Remove unnecessary code

This commit is contained in:
Marcus Kammer 2024-11-29 13:51:12 +01:00
parent 2df7f083c0
commit ebd635301b

View file

@ -1,6 +1,3 @@
(setq gc-cons-threshold 100000000)
(add-hook 'after-init-hook (lambda () (setq gc-cons-threshold 800000)))
;; (add-hook 'emacs-startup-hook
;; (lambda ()
;; (message "Emacs loaded in %s with %d garbage collections."