forked from colonelpanic/dotfiles
[Emacs] Add helm-themes
This commit is contained in:
parent
18ed2ea570
commit
f5c9cbd83b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user