From 051ecd34a934b79ac791218033057200bdff1685 Mon Sep 17 00:00:00 2001 From: Emmet Date: Tue, 26 Sep 2023 20:57:02 -0500 Subject: [PATCH] Removes projects from dashboard --- user/app/doom-emacs/config.el | 2 +- user/app/doom-emacs/doom.org | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/user/app/doom-emacs/config.el b/user/app/doom-emacs/config.el index 223853a..4619672 100644 --- a/user/app/doom-emacs/config.el +++ b/user/app/doom-emacs/config.el @@ -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" diff --git a/user/app/doom-emacs/doom.org b/user/app/doom-emacs/doom.org index 3f7cfc1..275ed15 100644 --- a/user/app/doom-emacs/doom.org +++ b/user/app/doom-emacs/doom.org @@ -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"