Skip to content

Commit bcb50cf

Browse files
committed
- add Windows-nt eglot config dir
1 parent 0938403 commit bcb50cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gdscript-eglot.el

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ https://lists.gnu.org/archive/html/bug-gnu-emacs/2023-04/msg01070.html."
5555
(let* ((cfg-dir (or (getenv "XDG_CONFIG_HOME")
5656
(pcase system-type
5757
('darwin "~/Library/Application Support/Godot/")
58+
('windows-nt "%APPDATA%\\Godot\\")
5859
('gnu/linux "~/.config/"))))
5960
(cfg-buffer
6061
(find-file-noselect

0 commit comments

Comments
 (0)