Use summerfruit theme
This commit is contained in:
parent
ad2efc3d30
commit
3399e6649a
4 changed files with 27 additions and 5 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue