emacs.d/elpa/async-20191220.932/async-pkg.el
2019-12-20 13:38:19 +01:00

6 lines
202 B
EmacsLisp

(define-package "async" "20191220.932" "Asynchronous processing in Emacs" 'nil :keywords
'("async")
:url "https://github.com/jwiegley/emacs-async")
;; Local Variables:
;; no-byte-compile: t
;; End: