[Emacs] Add helm-themes

This commit is contained in:
Ivan Malison 2016-09-19 16:40:57 -07:00
parent 18ed2ea570
commit f5c9cbd83b
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -3851,6 +3851,12 @@ Ensure all themes that I use are installed:
;; 'spaceline-gh-notifier and 'imalison:muni disabled for now ;; 'spaceline-gh-notifier and 'imalison:muni disabled for now
(spaceline-spacemacs-theme))) (spaceline-spacemacs-theme)))
#+END_SRC #+END_SRC
** helm-themes
helm-themes provides an easy way to switch between emacs-themes.
#+BEGIN_SRC emacs-lisp
(use-package helm-themes
:after helm)
#+END_SRC
** window-number ** window-number
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(use-package window-number (use-package window-number