mirror of
https://github.com/godotengine/emacs-gdscript-mode.git
synced 2026-01-05 22:10:05 +03:00
Add CI
This commit is contained in:
13
Eask
Normal file
13
Eask
Normal file
@@ -0,0 +1,13 @@
|
||||
(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
|
||||
Reference in New Issue
Block a user