Files
emacs-gdscript-mode/Eask
Jen-Chieh Shen 72ddbec953 tests: Avoid actions' warnings (#118)
* chore(Eask): Add package metadata

* tests: Avoid actions' warnings

* chore(Eask): Update eask's commands

* Remove extra package-file DSL
2023-04-22 10:06:11 +02:00

18 lines
471 B
Plaintext

(package "gdscript-mode"
"0.1.0"
"Major mode for Godot's GDScript language")
(website-url "https://github.com/godotengine/emacs-gdscript-mode/")
(keywords "languages")
(package-file "gdscript-mode.el")
(files "*.el")
(script "test" "echo \"Error: no test specified\" && exit 1")
(source "gnu")
(depends-on "emacs" "26.3")
(setq network-security-level 'low) ; see https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432