emacs.d/elpa/async-20191030.2138/async-pkg.el

7 lines
203 B
EmacsLisp
Raw Normal View History

2019-11-29 17:18:25 +01:00
(define-package "async" "20191030.2138" "Asynchronous processing in Emacs" 'nil :keywords
'("async")
:url "https://github.com/jwiegley/emacs-async")
;; Local Variables:
;; no-byte-compile: t
;; End: