summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.emacs.d/init.el12
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))