spaceemacs theme
This commit is contained in:
parent
f6fdc23650
commit
c9a613510e
@ -2484,10 +2484,11 @@ I use helm for almost all emacs completion
|
|||||||
** Themes
|
** Themes
|
||||||
Ensure all themes that I use are installed:
|
Ensure all themes that I use are installed:
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(defvar packages-appearance
|
(defvar-setq packages-appearance
|
||||||
'(monokai-theme solarized-theme zenburn-theme base16-theme molokai-theme
|
'(monokai-theme solarized-theme zenburn-theme base16-theme molokai-theme
|
||||||
tango-2-theme gotham-theme sublime-themes rainbow-delimiters waher-theme
|
tango-2-theme gotham-theme sublime-themes rainbow-delimiters waher-theme
|
||||||
ample-theme material-theme zerodark-theme color-theme-modern leuven-theme))
|
ample-theme material-theme zerodark-theme color-theme-modern leuven-theme
|
||||||
|
spacemacs-theme))
|
||||||
|
|
||||||
(ensure-packages-installed packages-appearance)
|
(ensure-packages-installed packages-appearance)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
Loading…
Reference in New Issue
Block a user