Remove (imalison:set-pytest-command) from python mode-hook

This commit is contained in:
Ivan Malison 2015-10-18 15:39:49 -07:00
parent 5474770d3a
commit 4ebae4d84a

View File

@ -1934,7 +1934,6 @@ window is active in the perspective."
(imalison:make-imenu-index-flat)
(jedi:setup)
(add-virtual-envs-to-jedi-server)
(imalison:set-pytest-command)
(remove-hook 'completion-at-point-functions
'python-completion-complete-at-point 'local)
(set (make-local-variable 'company-backends) '(company-jedi)))