13 lines
406 B
EmacsLisp
Raw Normal View History

(define-package "impatient-mode" "20200723.2117" "Serve buffers live over HTTP"
'((emacs "24.3")
(simple-httpd "1.5.0")
(htmlize "1.40"))
:commit "cbddfd54242210df3e1c3b590fada5bb5423f5ed" :authors
'(("Brian Taylor" . "el.wubo@gmail.com"))
:maintainer
'("Brian Taylor" . "el.wubo@gmail.com")
:url "https://github.com/netguy204/imp.el")
;; Local Variables:
;; no-byte-compile: t
;; End: