We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0938403 commit bcb50cfCopy full SHA for bcb50cf
gdscript-eglot.el
@@ -55,6 +55,7 @@ https://lists.gnu.org/archive/html/bug-gnu-emacs/2023-04/msg01070.html."
55
(let* ((cfg-dir (or (getenv "XDG_CONFIG_HOME")
56
(pcase system-type
57
('darwin "~/Library/Application Support/Godot/")
58
+ ('windows-nt "%APPDATA%\\Godot\\")
59
('gnu/linux "~/.config/"))))
60
(cfg-buffer
61
(find-file-noselect
0 commit comments