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

7 lines
203 B
EmacsLisp
Raw Normal View History

2019-12-01 19:55:19 +01:00
(define-package "async" "20191030.2138" "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: