We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ff1314 commit 49a1663Copy full SHA for 49a1663
Eask
@@ -0,0 +1,17 @@
1
+(package "gptscript-mode"
2
+ "0.0.1"
3
+ "Major mode for editing GPTScript natural language")
4
+
5
+(website-url "https://github.com/emacs-openai/gptscript-mode")
6
+(keywords "languages")
7
8
+(package-file "gptscript-mode.el")
9
10
+(script "test" "echo \"Error: no test specified\" && exit 1")
11
12
+(source 'gnu)
13
+(source 'melpa)
14
15
+(depends-on "emacs" "26.1")
16
17
+(setq network-security-level 'low) ; see https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432
0 commit comments