dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

aio-pkg.el (371B)


      1 (define-package "aio" "20200610.1904" "async/await for Emacs Lisp"
      2   '((emacs "26.1"))
      3   :commit "da93523e235529fa97d6f251319d9e1d6fc24a41" :authors
      4   '(("Christopher Wellons" . "wellons@nullprogram.com"))
      5   :maintainer
      6   '("Christopher Wellons" . "wellons@nullprogram.com")
      7   :url "https://github.com/skeeto/emacs-aio")
      8 ;; Local Variables:
      9 ;; no-byte-compile: t
     10 ;; End: