Skip to content

Commit 2601ff4

Browse files
committed
Add Eask
1 parent c636e8b commit 2601ff4

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Eask

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)