17ee0e400b
After moving off of Meta, Dotfiles has a greater responsibility to manage configs. Vim, Tmux, and Emacs are now within Stow's purview.
12 lines
345 B
EmacsLisp
12 lines
345 B
EmacsLisp
(define-package "quelpa" "20180711.1638" "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:
|