Change theme
This commit is contained in:
parent
cfb08cb23f
commit
e26757724b
3 changed files with 20 additions and 8 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue