Skip to content

Commit 88f6bca

Browse files
committed
Add docstring for gdscript-eglot--get-config-dir function
1 parent 686feeb commit 88f6bca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gdscript-eglot.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
:type 'string)
4444

4545
(defun gdscript-eglot--get-config-dir ()
46+
"Get system-specific directory with Godot configuration files."
4647
(pcase system-type
4748
('darwin "~/Library/Application Support/Godot/")
4849
('windows-nt (substitute-in-file-name "$APPDATA/Godot/"))

0 commit comments

Comments
 (0)