mirror of
https://github.com/godotengine/emacs-gdscript-mode.git
synced 2025-12-31 21:48:34 +03:00
Add docstring for gdscript-eglot--get-config-dir function
This commit is contained in:
@@ -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/"))
|
||||
|
||||
Reference in New Issue
Block a user