change python config, add jupyter and ein

This commit is contained in:
2024-05-05 20:36:39 +02:00
parent b18d02d8d5
commit 8b80ceda39
168 changed files with 177127 additions and 46 deletions

View File

@@ -0,0 +1,14 @@
(define-package "deferred" "20170901.1330" "Simple asynchronous functions for emacs lisp"
'((emacs "24.4"))
:commit "2239671d94b38d92e9b28d4e12fd79814cfb9c16" :authors
'(("SAKURAI Masashi <m.sakurai at kiwanami.net>"))
:maintainers
'(("SAKURAI Masashi <m.sakurai at kiwanami.net>"))
:maintainer
'("SAKURAI Masashi <m.sakurai at kiwanami.net>")
:keywords
'("deferred" "async")
:url "https://github.com/kiwanami/emacs-deferred")
;; Local Variables:
;; no-byte-compile: t
;; End: