This commit is contained in:
Zelong Kuang
2025-12-22 19:09:21 +11:00
parent 8b3256b03d
commit 8523283417

View File

@@ -34,7 +34,7 @@
(eglot-ensure))))
((markdown-mode yaml-mode yaml-ts-mode) . eglot-ensure))
:init (setq eglot-autoshutdown t
eglot-events-buffer-size 0
eglot-events-buffer-config 0
eglot-send-changes-idle-time 0.5)
:bind (:map eglot-mode-map
("C-c c a" . eglot-code-actions)))