diff options
author | ThanosApollo <[email protected]> | 2022-11-23 22:56:10 +0200 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-11-23 22:56:10 +0200 |
commit | 27afe8e135aadb3525650438cbd47254729ad681 (patch) | |
tree | 98161ac510277d62d49d0123037e149da36d0d34 /.emacs.d/init.el | |
parent | 7afb5197fe0b37c4876c0e1648d833a87c3b5fae (diff) |
Change dashboard icons
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 12 |
1 files changed, 3 insertions, 9 deletions
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)) |