From a7aaae9a0496c233726debfafca66983d351427b Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Wed, 25 Jan 2023 20:09:48 +0200 Subject: init: Refresh dashboard buffer --- .emacs.d/init.el | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to '.emacs.d') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 14608ff..3b58468 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -185,10 +185,11 @@ to be installed.") (setq dashboard-show-shortcuts nil) (setq dashboard-set-footer t) (setq dashboard-footer-messages '("Welcome to the Church Of Emacs")) -(setq dashboard-footer-icon (all-the-icons-octicon "broadcast" - :height 1.15 - :v-adjust -0.05 - :face 'font-lock-keyword-face)) +;; (setq dashboard-footer-icon (all-the-icons-octicon "broadcast" +;; :height 1.15 +;; :v-adjust -0.05 +;; :face 'font-lock-keyword-face)) +(dashboard-refresh-buffer) -- cgit v1.2.3