mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-05 09:01:40 -05:00
"f" is required since 2018-10-15 (085a188
)
This commit is contained in:
parent
6d42e0e771
commit
14ec7d9031
2 changed files with 3 additions and 0 deletions
1
Cask
1
Cask
|
@ -19,4 +19,5 @@
|
|||
(depends-on "skewer-mode")
|
||||
(depends-on "deferred")
|
||||
(depends-on "auto-complete")
|
||||
(depends-on "f")
|
||||
(depends-on "s"))
|
||||
|
|
|
@ -148,6 +148,7 @@ Requirements
|
|||
* `request-deferred.el`_ >= 0.2
|
||||
* `dash`_ >= 2.13
|
||||
* `s`_ >= 1.11
|
||||
* `f`_
|
||||
* `auto-complete.el`_ >= 1.4:
|
||||
You need to configure subpackage ``ein-ac`` to enable
|
||||
this feature.
|
||||
|
@ -190,6 +191,7 @@ EIEIO and json.el.
|
|||
.. _jedi.el: https://github.com/tkf/emacs-jedi
|
||||
.. _jedi: https://github.com/davidhalter/jedi
|
||||
.. _s: https://github.com/magnars/s.el
|
||||
.. _f: https://github.com/rejeep/f.el
|
||||
|
||||
Usage
|
||||
=====
|
||||
|
|
Loading…
Add table
Reference in a new issue