File: Eask

package info (click to toggle)
emacs-dashboard 1.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 416 kB
  • sloc: lisp: 1,646; makefile: 4
file content (22 lines) | stat: -rw-r--r-- 624 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
(package "dashboard"
         "1.8.0snapshot"
         "A startup screen extracted from Spacemacs")

(website-url "https://github.com/emacs-dashboard/emacs-dashboard")
(keywords "startup" "screen" "tools" "dashboard")

(package-file "dashboard.el")
(files "dashboard-widgets.el" "*.org" "banners")

(script "test" "echo \"Error: no test specified\" && exit 1")

(source "gnu")
(source "melpa")

(depends-on "emacs" "26.1")

(development
 (depends-on "elisp-lint")
 (depends-on "page-break-lines"))

(setq network-security-level 'low)  ; see https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432