Run emacs garbage collection when idle.

This is to hopefully avoid running garbage collection while I am actively interacting with emacs, which should theoretically result in a smoother experience.
This commit is contained in:
Tom Alexander
2024-01-26 21:21:09 -05:00
parent 574a2d0ce7
commit ed7d4ab4e6
4 changed files with 15 additions and 3 deletions

View File

@@ -38,6 +38,7 @@
:hook (eglot-managed-mode . company-mode)
:config
(setq company-backends '((company-capf)))
(setq company-idle-delay 0) ;; Default 0.2
)
;; (use-package company-box