Enable company backed - ipython-notebook

EIN added a company backend recently.
This will add support for completion in spacemacs using ein's company backend.
This commit is contained in:
tutysara 2017-04-22 20:19:09 +05:30 committed by syl20bnr
parent d25d032e90
commit f4a7c939a4

View file

@ -9,7 +9,13 @@
;;
;;; License: GPLv3
(setq ipython-notebook-packages '(ein))
(setq ipython-notebook-packages '(company
ein))
(defun ipython-notebook/post-init-company ()
(spacemacs|add-company-backends
:backends ein:company-backend
:modes ein:notebook-mode))
(defun ipython-notebook/init-ein ()
(use-package ein