From f5c9cbd83bfa52fdb78fd2b35ac54b45721369fa Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 19 Sep 2016 16:40:57 -0700 Subject: [PATCH] [Emacs] Add helm-themes --- dotfiles/emacs.d/README.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 406c67f4..f8d50043 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -3851,6 +3851,12 @@ Ensure all themes that I use are installed: ;; 'spaceline-gh-notifier and 'imalison:muni disabled for now (spaceline-spacemacs-theme))) #+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 #+BEGIN_SRC emacs-lisp (use-package window-number