tvl-depot/configs/shared/emacs/.emacs.d/elpa/quelpa-20180907.2232/quelpa-pkg.el
William Carroll 9da3ffee41 Update Emacs packages
This is a massive diff that I had to do in a hurry - when leaving
Urbint. I'm pretty sure that most of these are updating Emacs packages,
but I'm not positive.
2018-10-02 09:54:39 -04:00

12 lines
345 B
EmacsLisp

(define-package "quelpa" "20180907.2232" "Emacs Lisp packages built directly from source"
'((emacs "24.3"))
:keywords
'("package" "management" "build" "source" "elpa")
:authors
'(("steckerhalter"))
:maintainer
'("steckerhalter")
:url "https://framagit.org/steckerhalter/quelpa")
;; Local Variables:
;; no-byte-compile: t
;; End: