From 27afe8e135aadb3525650438cbd47254729ad681 Mon Sep 17 00:00:00 2001 From: ThanosApollo Date: Wed, 23 Nov 2022 22:56:10 +0200 Subject: Change dashboard icons --- .emacs.d/init.el | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to '.emacs.d') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index adbc9b2..e3cf65b 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -98,17 +98,11 @@ (setq dashboard-set-navigator t) (setq dashboard-set-heading-icons t) (setq dashboard-set-file-icons t) -;; To disable shortcut "jump" indicators for each section, set (setq dashboard-show-shortcuts nil) -;; (setq dashboard-footer-messages '("Dashboard is pretty cool!")) -;; (setq dashboard-footer-icon (all-the-icons-octicon "dashboard" -;; :height 1.1 -;; :v-adjust -0.05 -;; :face 'font-lock-keyword-face)) (setq dashboard-set-footer t) -(setq dashboard-footer-messages '("Welcome to the Church Of Emacs ")) -(setq dashboard-footer-icon (all-the-icons-octicon "dashboard" - :height 1.1 +(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)) -- cgit v1.2.3