mirror of
https://github.com/godotengine/emacs-gdscript-mode.git
synced 2025-12-31 21:48:34 +03:00
Merge pull request #155 from katomuso/tweak-gdscript-eglot-version
Change gdscript-eglot-version type to be string instead of integer
This commit is contained in:
@@ -38,9 +38,9 @@
|
||||
:group 'gdscript)
|
||||
|
||||
;;;###autoload
|
||||
(defcustom gdscript-eglot-version 4
|
||||
(defcustom gdscript-eglot-version "4.3"
|
||||
"The version of godot in use."
|
||||
:type 'integer)
|
||||
:type 'string)
|
||||
|
||||
;;;###autoload
|
||||
(defun gdscript-eglot-contact (_interactive)
|
||||
@@ -60,7 +60,7 @@ https://lists.gnu.org/archive/html/bug-gnu-emacs/2023-04/msg01070.html."
|
||||
(cfg-buffer
|
||||
(find-file-noselect
|
||||
(expand-file-name
|
||||
(format "godot/editor_settings-%d.tres"
|
||||
(format "godot/editor_settings-%s.tres"
|
||||
gdscript-eglot-version)
|
||||
cfg-dir)))
|
||||
(port
|
||||
|
||||
Reference in New Issue
Block a user