Files
emacsd/elpa/async-20191009.1018/async-pkg.el

7 lines
203 B
EmacsLisp
Raw Normal View History

2019-10-27 19:05:34 +01:00
(define-package "async" "20191009.1018" "Asynchronous processing in Emacs" 'nil :keywords
2019-10-09 20:36:55 +02:00
'("async")
:url "https://github.com/jwiegley/emacs-async")
;; Local Variables:
;; no-byte-compile: t
;; End: