Add elpa packages
This commit is contained in:
parent
2d97873c1c
commit
afd61b5209
197 changed files with 76816 additions and 0 deletions
10
elpa/dash-2.20.0/dash-pkg.el
Normal file
10
elpa/dash-2.20.0/dash-pkg.el
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
||||
(define-package "dash" "2.20.0"
|
||||
"A modern list library for Emacs."
|
||||
'((emacs "24"))
|
||||
:url "https://github.com/magnars/dash.el"
|
||||
:commit "fcb5d831fc08a43f984242c7509870f30983c27c"
|
||||
:revdesc "2.20.0-0-gfcb5d831fc08"
|
||||
:keywords '("extensions" "lisp")
|
||||
:authors '(("Magnar Sveen" . "magnars@gmail.com"))
|
||||
:maintainers '(("Basil L. Contovounesios" . "basil@contovou.net")))
|
||||
Loading…
Add table
Add a link
Reference in a new issue