This commit is contained in:
Henrik Lissner 2015-03-18 03:18:07 -04:00
parent 0f12885152
commit 71dd98e7d4
3 changed files with 13 additions and 17 deletions

View file

@ -60,10 +60,6 @@
(not (use-region-p))
(not (sp-point-in-string-or-comment))))))
(after "auto-complete"
(use-package ac-anaconda
:init (add-hook 'python-mode-hook 'ac-anaconda-setup)))
(after "company"
(use-package company-anaconda
:config (company--backend-on 'python-mode-hook 'company-anaconda)))))