chore: push index and gc artifacts

This commit is contained in:
Swarsel 2024-12-15 15:04:38 +01:00
parent e0b73ca74e
commit 83b3d14abb
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
2 changed files with 241 additions and 211 deletions

View file

@ -553,8 +553,9 @@ create a new one."
(defvar k-gc-timer
(run-with-idle-timer 15 t
(lambda ()
(message "Garbage Collector has run for %.06fsec"
(k-time (garbage-collect))))))
;; (message "Garbage Collector has run for %.06fsec"
(k-time (garbage-collect)))))
;; )
(setq-default indent-tabs-mode nil
tab-width 2)