emacs/code/elpa/dashboard-20230220.1916/dashboard-pkg.el

13 lines
459 B
EmacsLisp
Raw Normal View History

2023-02-21 18:17:08 +00:00
(define-package "dashboard" "20230220.1916" "A startup screen extracted from Spacemacs"
2022-04-22 20:59:41 +00:00
'((emacs "26.1"))
2023-02-21 18:17:08 +00:00
:commit "221ee4b77db77199380c519c4ba52c06abc725e9" :authors
2022-04-22 20:59:41 +00:00
'(("Rakan Al-Hneiti" . "rakan.alhneiti@gmail.com"))
:maintainer
'("Jesús Martínez" . "jesusmartinez93@gmail.com")
:keywords
'("startup" "screen" "tools" "dashboard")
:url "https://github.com/emacs-dashboard/emacs-dashboard")
;; Local Variables:
;; no-byte-compile: t
;; End: