|
|
@ -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) |
|
|
|