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

13 lines
458 B
EmacsLisp
Raw Normal View History

2023-03-22 11:44:34 +00:00
(define-package "dashboard" "20230317.413" "A startup screen extracted from Spacemacs"
2022-04-22 20:59:41 +00:00
'((emacs "26.1"))
2023-03-22 11:44:34 +00:00
:commit "b648a45684677aa29cdb00e4d14d02dd9fa9cb68" :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: