From a861e3f179d86508694f2d612c710a29f6c0e696 Mon Sep 17 00:00:00 2001 From: Random936 Date: Mon, 26 Feb 2024 08:50:42 -0800 Subject: [PATCH] Fixed fonts for dashboard-mode on emacs daemon (finally) --- .emacs.d/config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/config.org b/.emacs.d/config.org index 3758cd4..0b9d894 100644 --- a/.emacs.d/config.org +++ b/.emacs.d/config.org @@ -411,7 +411,7 @@ The Emacs dashboard package provides a nice dashboard when first starting up ema (recents . 5) (agenda . 5))) :config - (add-hook 'after-init-hook 'dashboard-refresh-buffer) + (set-face-attribute 'dashboard-items-face nil :font "Fira Code Retina" :weight 'regular :height 140) (dashboard-setup-startup-hook)) #+end_src