refactor(config): Tidy Emacs config across modules
This commit is contained in:
@@ -6,11 +6,12 @@
|
||||
|
||||
(use-package gcmh
|
||||
:delight
|
||||
:hook
|
||||
(emacs-startup . gcmh-mode)
|
||||
:init
|
||||
(setq gcmh-idle-delay 'auto
|
||||
gcmh-auto-idle-delay-factor 10
|
||||
gcmh-high-cons-threshold #x4000000)
|
||||
(gcmh-mode))
|
||||
gcmh-auto-idle-delay-factor 10
|
||||
gcmh-high-cons-threshold #x4000000))
|
||||
|
||||
(use-package benchmark-init
|
||||
:init
|
||||
|
||||
Reference in New Issue
Block a user