Add working python mode

This commit is contained in:
Maciej Szlosarczyk 2017-08-04 12:56:14 +03:00
parent cc78325898
commit bc1138eb06
No known key found for this signature in database
GPG key ID: 0D4EEACF63D4262E
4 changed files with 33 additions and 1 deletions

View file

@ -235,4 +235,8 @@
(unless (package-installed-p 'elpy)
(package-refresh-contents)
(package-install 'elpy))
(unless (package-installed-p 'pyenv-mode)
(package-refresh-contents)
(package-install 'pyenv-mode))
;;; packages.el ends here