Skip to content

Commit 4953655

Browse files
committed
Add Eask
1 parent 264c0d7 commit 4953655

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 "dashboard-bm"
2+
"0.0.1"
3+
"Visual Bookmarks for Dashboard")
4+
5+
(website-url "https://github.com/emacs-dashboard/dashboard-bm")
6+
(keywords "tools")
7+
8+
(package-file "dashboard-bm.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 "bm")
18+
19+
(setq network-security-level 'low) ; see https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432

0 commit comments

Comments
 (0)