emacs/dired: use all-the-icons font lock fix recipe

This commit is contained in:
Ting Zhou 2018-12-08 21:52:24 -08:00
parent d6ad5942be
commit eedbbdd9c1
3 changed files with 6 additions and 11 deletions

View file

@ -8,7 +8,9 @@
(package! ns-auto-titlebar))
;; core-ui.el
(package! all-the-icons)
(package! all-the-icons
:recipe (:fetcher github :repo "ubolonton/all-the-icons.el"
:branch "font-lock-fix" :files (:defaults "data")))
(package! hide-mode-line)
(package! highlight-indentation)
(package! highlight-numbers)