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 be47e36 commit 45f15e8Copy full SHA for 45f15e8
Eask
@@ -0,0 +1,20 @@
1
+(package "chatgpt-sideline"
2
+ "0.1.0"
3
+ "Sideline support for chatgpt")
4
+
5
+(website-url "https://github.com/emacs-openai/chatgpt-sideline")
6
+(keywords "convenience" "chatgpt" "ai")
7
8
+(package-file "chatgpt-sideline.el")
9
10
+(script "test" "echo \"Error: no test specified\" && exit 1")
11
12
+(source 'jcs-elpa)
13
+(source 'gnu)
14
+(source 'melpa)
15
16
+(depends-on "emacs" "27.1")
17
+(depends-on "chatgpt")
18
+(depends-on "sideline")
19
20
+(setq network-security-level 'low) ; see https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432
0 commit comments