Skip to content

Commit

Permalink
Revert "Disable company-anaconda due to performance issue."
Browse files Browse the repository at this point in the history
This reverts commit d97f16a.
  • Loading branch information
seagle0128 committed Mar 28, 2016
1 parent d97f16a commit 7b4c95a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lisp/init-python.el
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@

;; Anaconda
(add-hook 'python-mode-hook 'anaconda-mode)
;; (eval-after-load "company"
;; '(add-to-list 'company-backends 'company-anaconda))
(eval-after-load 'company
'(add-to-list 'company-backends 'company-anaconda))

;; iPython
(if (executable-find "ipython")
Expand Down

0 comments on commit 7b4c95a

Please sign in to comment.