Ensure eglot in godot

This commit is contained in:
Jakub 2025-09-26 18:52:49 +08:00
parent 7ff4e55ffd
commit 2239d287b8
2 changed files with 5 additions and 1 deletions

View file

@ -26,7 +26,8 @@
:straight (gdscript-mode
:type git
:host github
:repo "godotengine/emacs-gdscript-mode"))
:repo "godotengine/emacs-gdscript-mode")
:hook (gdscript-mode . eglot-ensure))
(defcustom gdscript-treesitter-location nil
"Location for gdscript's treesitter library."