diff --git a/my-libs.el b/my-libs.el index 5eecccf..ff3890d 100644 --- a/my-libs.el +++ b/my-libs.el @@ -46,9 +46,10 @@ (use-package async :ensure t) +;; Up GC threshold from 800k to 2Mb (use-package emacs-gc-stats :ensure t - :config (setq gc-cons-threshold 100000000) + :config (setq gc-cons-threshold (* 2 1024 1024)) :init (emacs-gc-stats-mode)) ;; Other helpers