Use gcmh package to manage adjust GC interactively

This commit is contained in:
Henrik Lissner 2019-11-21 14:43:36 -05:00
parent d41e4983ec
commit db19241936
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 17 additions and 34 deletions

View file

@ -336,5 +336,6 @@ will be automatically appended to the result."
(setq doom-debug-mode value
debug-on-error value
jka-compr-verbose value
lsp-log-io value)
lsp-log-io value
gcmh-verbose value)
(message "Debug mode %s" (if value "on" "off"))))