[Emacs] Add doom themes

This commit is contained in:
Ivan Malison 2017-07-25 11:40:33 -07:00
parent 33fe352e94
commit 9961410da0
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -4736,6 +4736,9 @@ Ensure all themes that I use are installed:
cyberpunk-theme))
(ensure-packages-installed packages-appearance)
(use-package doom-themes
:demand t)
#+END_SRC
** all-the-icons
#+BEGIN_SRC emacs-lisp