From 242dd62f29ced9993f8660e11822c8b9b064caa3 Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Mon, 30 Aug 2021 11:16:03 +0200 Subject: [PATCH] Remove bold font --- files/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/init.el b/files/init.el index 99350d9..a771ccd 100644 --- a/files/init.el +++ b/files/init.el @@ -154,11 +154,11 @@ :straight t :config (dashboard-setup-startup-hook) - (set-face-attribute 'dashboard-banner-logo-title nil :font "Product Sans" :weight 'bold :height 1.5 :inherit 'default) (setq dashboard-banner-logo-title "Welcome back, Marc." dashboard-startup-banner 'logo dashboard-items '((recents . 5) (agenda . 5)) + dashboard-item-names '(("Agenda for the coming week:" . "Agenda:")) dashboard-center-content t)) ;; show color codes