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 264c0d7 commit 4953655Copy full SHA for 4953655
Eask
@@ -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