Enable lines on dashboard, which became a separate dependency

This commit is contained in:
Riyyi
2021-07-17 12:15:20 +02:00
parent 33a2a4e9fd
commit 71dacd5256
+3
View File
@@ -782,6 +782,8 @@ Debug Adapter Protocol.
*** Prettify *** Prettify
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(use-package page-break-lines)
(use-package dashboard (use-package dashboard
:demand :demand
:hook (dashboard-mode . dot/hook-disable-line-numbers) :hook (dashboard-mode . dot/hook-disable-line-numbers)
@@ -789,6 +791,7 @@ Debug Adapter Protocol.
(setq initial-buffer-choice (lambda () (get-buffer "*dashboard*"))) (setq initial-buffer-choice (lambda () (get-buffer "*dashboard*")))
(setq dashboard-banner-logo-title "GNU Emacs master race!") (setq dashboard-banner-logo-title "GNU Emacs master race!")
(setq dashboard-center-content t) (setq dashboard-center-content t)
(setq dashboard-page-separator "\n\f\n")
(setq dashboard-set-file-icons t) (setq dashboard-set-file-icons t)
(setq dashboard-set-footer nil) (setq dashboard-set-footer nil)
(setq dashboard-set-heading-icons t) (setq dashboard-set-heading-icons t)