Marcin Woźniak e3e993e26c Added
Signed-off-by: Marcin Woźniak <y0rune@aol.com>
2020-08-24 19:39:44 +02:00

13 lines
406 B
EmacsLisp

(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: