mirror of
https://github.com/godotengine/emacs-gdscript-mode.git
synced 2025-12-31 21:48:34 +03:00
20 lines
514 B
Plaintext
20 lines
514 B
Plaintext
;; -*- mode: eask; lexical-binding: t -*-
|
|
|
|
(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
|