mirror of
https://github.com/godotengine/emacs-gdscript-mode.git
synced 2026-01-03 10:09:25 +03:00
14 lines
317 B
Plaintext
14 lines
317 B
Plaintext
(package "gdscript-mode"
|
|
"0.1.0"
|
|
"Major mode for Godot's GDScript language")
|
|
|
|
(package-file "gdscript-mode.el")
|
|
|
|
(files "*.el")
|
|
|
|
(source "gnu")
|
|
|
|
(depends-on "emacs" "26.3")
|
|
|
|
(setq network-security-level 'low) ; see https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432
|