Add working python mode
This commit is contained in:
parent
cc78325898
commit
bc1138eb06
4 changed files with 33 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue