Files
emacs/lisp/org-preview-html/org-preview-html-pkg.el
2024-06-14 12:10:52 +02:00

16 lines
521 B
EmacsLisp

(define-package "org-preview-html" "20220809.1033" "Automatically preview org-exported HTML files within Emacs"
'((emacs "25.1")
(org "8.0"))
:commit "785e1f5c99c0f2d76a9a6611a06b4552a343e221" :authors
'(("Jake B" . "jakebox0@protonmail.com"))
:maintainers
'(("Jake B" . "jakebox0@protonmail.com"))
:maintainer
'("Jake B" . "jakebox0@protonmail.com")
:keywords
'("org" "convenience" "outlines")
:url "https://github.com/jakebox/org-preview-html")
;; Local Variables:
;; no-byte-compile: t
;; End: