From 1ed6f9d68e5b811acba73b3d011f9b9859d600f8 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 4 Oct 2016 22:54:13 +0200 Subject: [PATCH] Declare all-the-icons in core-ui.el --- core/core-ui.el | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/core/core-ui.el b/core/core-ui.el index 9ab249810..03cab81e1 100644 --- a/core/core-ui.el +++ b/core/core-ui.el @@ -1,4 +1,4 @@ -;;; core-ui.el --- interface & mode-line config +;;; core-ui.el (defvar doom-ui-fringe-size '3 "Default fringe width") @@ -88,6 +88,16 @@ ;; Plugins ;; +(use-package all-the-icons + :commands (all-the-icons-icon-for-buffer + all-the-icons-icon-for-file + all-the-icons-icon-for-mode + all-the-icons-alltheicon + all-the-icons-faicon + all-the-icons-fileicon + all-the-icons-oction + all-the-icons-wicon)) + (use-package doom-themes :config (setq doom-neotree-enable-variable-pitch t