16 lines
446 B
EmacsLisp
16 lines
446 B
EmacsLisp
|
(define-package "org-tidy" "20240110.114" "A minor mode to tidy org-mode buffers"
|
||
|
'((emacs "27.1")
|
||
|
(dash "2.19.1"))
|
||
|
:commit "26d9636f0c43f1ee3f0528880111a4c1dd2bed32" :authors
|
||
|
'(("Xuqing Jia" . "jxq@jxq.me"))
|
||
|
:maintainers
|
||
|
'(("Xuqing Jia" . "jxq@jxq.me"))
|
||
|
:maintainer
|
||
|
'("Xuqing Jia" . "jxq@jxq.me")
|
||
|
:keywords
|
||
|
'("convenience" "org")
|
||
|
:url "https://github.com/jxq0/org-tidy")
|
||
|
;; Local Variables:
|
||
|
;; no-byte-compile: t
|
||
|
;; End:
|