diff options
Diffstat (limited to '.emacs.d/init.el')
-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) |