Use ruby/python shims to get version

This commit is contained in:
Henrik Lissner 2015-10-09 18:01:01 -04:00
parent 54f7e84b68
commit bf49b4e16f
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@
python-environment-directory narf-temp-dir
python-shell-interpreter "ipython")
:config
(define-env-command! python-mode "pyenv version | cut -d' ' -f1")
(define-env-command! python-mode "python --version | cut -d' ' -f2")
(define-key python-mode-map (kbd "DEL") nil)) ; interferes with smartparens
(use-package nose