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 73fdab5 commit 06ca967Copy full SHA for 06ca967
Eask
@@ -0,0 +1,16 @@
1
+(package "jcs-modeline"
2
+ "0.1.0"
3
+ "modeline for jcs-emacs")
4
+
5
+(website-url "https://github.com/jcs-emacs/jcs-modeline")
6
+(keywords "faces" "mode-line")
7
8
+(package-file "jcs-modeline.el")
9
10
+(source "gnu")
11
+(source "jcs-elpa")
12
+(source "melpa")
13
14
+(depends-on "emacs" "27.1")
15
16
+(setq network-security-level 'low) ; see https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432
0 commit comments