From 3894350a6ada2c17cdc9ac02649a751bf64d1bbe Mon Sep 17 00:00:00 2001 From: Daniel Weschke Date: Sat, 4 Nov 2023 20:00:29 +0100 Subject: [PATCH] fix dashboard autostart --- settings/gui-settings.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/gui-settings.el b/settings/gui-settings.el index a6956e72..766df218 100644 --- a/settings/gui-settings.el +++ b/settings/gui-settings.el @@ -194,7 +194,6 @@ DISPLAY-START: `integer', e.g. 3820" )) (use-package dashboard - :after (all-the-icons) :delight (dashboard-mode "Db") ;; "\u01F153 :config ;; see `dashboad-widget' @@ -209,6 +208,7 @@ DISPLAY-START: `integer', e.g. 3820" (projects . "rocket") (registers . "database"))) (if (display-graphic-p) + (require 'all-the-icons) (setq dashboard-navigator-buttons ;; list of lines having list of elements ;; element: (icon title help action face prefix suffix)