diff --git a/gdscript-eglot.el b/gdscript-eglot.el index 89f7f0d..7b2a097 100644 --- a/gdscript-eglot.el +++ b/gdscript-eglot.el @@ -43,6 +43,7 @@ :type 'string) (defun gdscript-eglot--get-config-dir () + "Get system-specific directory with Godot configuration files." (pcase system-type ('darwin "~/Library/Application Support/Godot/") ('windows-nt (substitute-in-file-name "$APPDATA/Godot/"))