[Emacs] Require all-the-icons

This commit is contained in:
Ivan Malison 2016-10-18 13:07:26 -07:00
parent 80a315e0d2
commit 76f4fdf8d7
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -4008,6 +4008,11 @@ Ensure all themes that I use are installed:
(ensure-packages-installed packages-appearance)
#+END_SRC
** all-the-icons
#+BEGIN_SRC emacs-lisp
(use-package all-the-icons
:demand t)
#+END_SRC
** spaceline
*** Disable sRGB colorspace to make powerline separators work
#+BEGIN_SRC emacs-lisp