Change theme

This commit is contained in:
Maciej Szlosarczyk 2017-03-09 10:58:23 +02:00
parent cfb08cb23f
commit e26757724b
No known key found for this signature in database
GPG key ID: 0D4EEACF63D4262E
3 changed files with 20 additions and 8 deletions

View file

@ -100,6 +100,14 @@
(package-refresh-contents)
(package-install 'atom-one-dark-theme))
(unless (package-installed-p 'color-theme-approximate)
(package-refresh-contents)
(package-install 'color-theme-approximate))
(unless (package-installed-p 'helm-themes)
(package-refresh-contents)
(package-install 'helm-themes))
; Elixir
(unless (package-installed-p 'elixir-mode)
(package-refresh-contents)