|
|
|
@@ -817,6 +817,8 @@ Comes in handily for those times you need it. |
|
|
|
|
|
|
|
*** jedi |
|
|
|
|
|
|
|
Make python coding like an ide. |
|
|
|
|
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
(use-package jedi |
|
|
|
:defer t |
|
|
|
@@ -827,6 +829,8 @@ Comes in handily for those times you need it. |
|
|
|
|
|
|
|
*** company-anaconda |
|
|
|
|
|
|
|
Make it even easier with hints like intellisense. |
|
|
|
|
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
(use-package company-anaconda |
|
|
|
:defer t |
|
|
|
|