Skip to content

Commit

Permalink
Fix suppression of GCMH modeline lighter
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Feb 5, 2024
1 parent ec76d10 commit 1f70144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
;; General performance tuning
(when (require-package 'gcmh)
(setq gcmh-high-cons-threshold (* 128 1024 1024))
(add-hook 'after-init-hook 'gcmh-mode)
(add-hook 'after-init-hook 'gcmh)
(with-eval-after-load 'diminish
(diminish 'gcmh-mode)))
(setq jit-lock-defer-time 0)
Expand Down

0 comments on commit 1f70144

Please sign in to comment.