diff options
author | Thanos Apollo <[email protected]> | 2023-01-25 20:09:48 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-01-25 20:09:48 +0200 |
commit | a7aaae9a0496c233726debfafca66983d351427b (patch) | |
tree | 58439bbe91ac264cadd0aca355ba5204b5c7644f | |
parent | 4247ff48338b61d688f39e18d632bbf684f47d0d (diff) |
init: Refresh dashboard buffer
-rw-r--r-- | .emacs.d/init.el | 9 |
1 files changed, 5 insertions, 4 deletions
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) |