mirror of
https://github.com/godotengine/emacs-gdscript-mode.git
synced 2026-01-04 18:09:55 +03:00
Enable gdscript-godot-executable as a full uri to the godot exe
This commit is contained in:
@@ -104,9 +104,8 @@ fill parens."
|
||||
"Multiplier applied to indentation inside multi-line def blocks."
|
||||
:version "26.1"
|
||||
:type 'integer
|
||||
:safe 'natnump)
|
||||
|
||||
(defcustom gdscript-godot-executable "godot"
|
||||
:safe 'natnump)
|
||||
|
||||
(defcustom gdscript-godot-executable "godot"
|
||||
"The godot executable which is either a full path such as '~/bin/godot2.2'
|
||||
or the name of an executable on the system PATH (usually 'godot')"
|
||||
|
||||
Reference in New Issue
Block a user