def-env-command -> def-version-cmd

This commit is contained in:
Henrik Lissner 2016-05-12 02:55:12 -04:00
parent 0732d60e68
commit 4dd8181fd6
3 changed files with 3 additions and 3 deletions

View file

@ -22,7 +22,7 @@
:config
(def-company-backend! python-mode (anaconda))
(def-docset! python-mode "py,py3,python")
(def-env-command! python-mode "python --version 2>&1 | cut -d' ' -f2")
(def-version-cmd! python-mode "python --version 2>&1 | cut -d' ' -f2")
(def-repl! python-mode narf/inf-python)
(define-key python-mode-map (kbd "DEL") nil)) ; interferes with smartparens