This commit is contained in:
Jen-Chieh Shen
2022-05-10 17:44:47 +08:00
committed by GitHub
parent 4badcf6a0c
commit d9e1f7f766
5 changed files with 95 additions and 2 deletions

13
Eask Normal file
View 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