feat: make emacs gc less annoying

This commit is contained in:
Swarsel 2024-12-15 15:03:40 +01:00
parent 699709c1d6
commit f85d3dd18e
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
2 changed files with 17 additions and 13 deletions

View file

@ -541,7 +541,7 @@ create a new one."
(setq native-comp-async-report-warnings-errors 'silent) ; Emacs 28 with native compilation
(setq native-compile-prune-cache t)) ; Emacs 29
(setq garbage-collection-messages t)
(setq garbage-collection-messages nil)
(defmacro k-time (&rest body)
"Measure and return the time it takes evaluating BODY."
`(let ((time (current-time)))