Removes projects from dashboard

This commit is contained in:
Emmet 2023-09-26 20:57:02 -05:00
parent 455b341994
commit 051ecd34a9
2 changed files with 2 additions and 2 deletions

View file

@ -95,7 +95,7 @@
(setq dashboard-set-heading-icons t)
(setq dashboard-set-file-icons t)
(setq dashboard-set-navigator t)
(setq dashboard-items '((projects . 3)))
(setq dashboard-items '())
(setq dashboard-center-content t)
(setq dashboard-footer-messages '("Here to do customizing, or actual work?"
"M-x insert-inspiring-message"

View file

@ -156,7 +156,7 @@ Doom Emacs is traditionally installed by cloning the repository ([[https://githu
(setq dashboard-set-heading-icons t)
(setq dashboard-set-file-icons t)
(setq dashboard-set-navigator t)
(setq dashboard-items '((projects . 3)))
(setq dashboard-items '())
(setq dashboard-center-content t)
(setq dashboard-footer-messages '("Here to do customizing, or actual work?"
"M-x insert-inspiring-message"