Add finally working company

This commit is contained in:
Maciej Szlosarczyk 2017-08-28 21:20:29 +03:00
parent c59eb1ceb8
commit a9cf902017
No known key found for this signature in database
GPG key ID: 0D4EEACF63D4262E
7 changed files with 105 additions and 54 deletions

View file

@ -85,6 +85,9 @@
(unless (package-installed-p 'flycheck)
(package-install 'flycheck))
(unless (package-installed-p 'flymake)
(package-install 'flymake))
(unless (package-installed-p 'projectile)
(package-install 'projectile))
@ -194,6 +197,9 @@
(unless (package-installed-p 'elpy)
(package-install 'elpy))
(unless (package-installed-p 'company-jedi)
(package-install 'company-jedi))
(unless (package-installed-p 'pyenv-mode)
(package-install 'pyenv-mode))
;;; packages.el ends here