change python config, add jupyter and ein
This commit is contained in:
14
lisp/deferred/deferred-pkg.el
Normal file
14
lisp/deferred/deferred-pkg.el
Normal 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:
|
||||
Reference in New Issue
Block a user