Skip to content

Commit

Permalink
Actually fix gcmh startup + mode lighter
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Feb 5, 2024
1 parent 1f70144 commit 592e455
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@
;; General performance tuning
(when (require-package 'gcmh)
(setq gcmh-high-cons-threshold (* 128 1024 1024))
(add-hook 'after-init-hook 'gcmh)
(with-eval-after-load 'diminish
(diminish 'gcmh-mode)))
(add-hook 'after-init-hook (lambda ()
(gcmh-mode)
(diminish 'gcmh-mode))))

(setq jit-lock-defer-time 0)


Expand Down

0 comments on commit 592e455

Please sign in to comment.