Lot of optimisation, replace eglot with lsp-mode

This commit is contained in:
Zelong Kuang
2026-03-30 11:49:18 +11:00
parent e1374b0e88
commit a3468b833e
24 changed files with 311 additions and 179 deletions

View File

@@ -3,10 +3,10 @@
(use-package gcmh
:diminish
:straight (:wait t) ;; what does this do in elpaca
:init
(gcmh-mode 1)
:hook (emacs-startup . gcmh-mode)
:config
(setq gcmh-high-cons-threshold #x6400000))
(setq gcmh-high-cons-threshold #x4000000
gcmh-idle-delay 'auto
gcmh-auto-idle-delay-factor 10))
(provide 'init-gc)