From e6debe55f1b2bee1eda62405c6911197feee8362 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 17 Feb 2019 14:44:23 -0500 Subject: [PATCH] Switch to main repo for all-the-icons The font-lock-fix branch was merged. --- core/packages.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/packages.el b/core/packages.el index 72a218963..0e16d3e3f 100644 --- a/core/packages.el +++ b/core/packages.el @@ -8,9 +8,7 @@ (package! ns-auto-titlebar)) ;; core-ui.el -(package! all-the-icons - :recipe (:fetcher github :repo "ubolonton/all-the-icons.el" - :branch "font-lock-fix" :files (:defaults "data"))) +(package! all-the-icons) (package! hide-mode-line) (package! highlight-indentation) (package! highlight-numbers)