emacs.d/elpa/async-20191030.2138/async-pkg.el
2019-11-22 22:23:12 +01:00

6 lines
203 B
EmacsLisp

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