16 lines
432 B
EmacsLisp
16 lines
432 B
EmacsLisp
|
(define-package "origami" "20200331.1019" "Flexible text folding"
|
||
|
'((s "1.9.0")
|
||
|
(dash "2.5.0")
|
||
|
(emacs "24")
|
||
|
(cl-lib "0.5"))
|
||
|
:commit "e558710a975e8511b9386edc81cd6bdd0a5bda74" :authors
|
||
|
'(("Greg Sexton" . "gregsexton@gmail.com"))
|
||
|
:maintainer
|
||
|
'("Greg Sexton" . "gregsexton@gmail.com")
|
||
|
:keywords
|
||
|
'("folding")
|
||
|
:url "https://github.com/gregsexton/origami.el")
|
||
|
;; Local Variables:
|
||
|
;; no-byte-compile: t
|
||
|
;; End:
|