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 c636e8b commit 2601ff4Copy full SHA for 2601ff4
Eask
@@ -0,0 +1,19 @@
1
+(package "doom-dashboard"
2
+ "0.1.0"
3
+ "Doom dashboard style for emacs-dashboard")
4
+
5
+(website-url "https://github.com/emacs-dashboard/doom-dashboard")
6
+(keywords "convenience" "tools" "extension")
7
8
+(package-file "doom-dashboard.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
+(depends-on "dashboard")
17
+(depends-on "nerd-icons")
18
19
+(setq network-security-level 'low) ; see https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432
0 commit comments