Use summerfruit theme

This commit is contained in:
Maciej Szlosarczyk 2017-07-03 23:36:42 +03:00
parent ad2efc3d30
commit 3399e6649a
No known key found for this signature in database
GPG key ID: 0D4EEACF63D4262E
4 changed files with 27 additions and 5 deletions

View file

@ -227,6 +227,10 @@
(package-refresh-contents)
(package-install 'racer))
(unless (package-installed-p 'toml-mode)
(package-refresh-contents)
(package-install 'toml-mode))
;; Python
(unless (package-installed-p 'elpy)
(package-refresh-contents)