mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +05:30
Removes projects from dashboard
This commit is contained in:
parent
455b341994
commit
051ecd34a9
|
@ -95,7 +95,7 @@
|
||||||
(setq dashboard-set-heading-icons t)
|
(setq dashboard-set-heading-icons t)
|
||||||
(setq dashboard-set-file-icons t)
|
(setq dashboard-set-file-icons t)
|
||||||
(setq dashboard-set-navigator t)
|
(setq dashboard-set-navigator t)
|
||||||
(setq dashboard-items '((projects . 3)))
|
(setq dashboard-items '())
|
||||||
(setq dashboard-center-content t)
|
(setq dashboard-center-content t)
|
||||||
(setq dashboard-footer-messages '("Here to do customizing, or actual work?"
|
(setq dashboard-footer-messages '("Here to do customizing, or actual work?"
|
||||||
"M-x insert-inspiring-message"
|
"M-x insert-inspiring-message"
|
||||||
|
|
|
@ -156,7 +156,7 @@ Doom Emacs is traditionally installed by cloning the repository ([[https://githu
|
||||||
(setq dashboard-set-heading-icons t)
|
(setq dashboard-set-heading-icons t)
|
||||||
(setq dashboard-set-file-icons t)
|
(setq dashboard-set-file-icons t)
|
||||||
(setq dashboard-set-navigator t)
|
(setq dashboard-set-navigator t)
|
||||||
(setq dashboard-items '((projects . 3)))
|
(setq dashboard-items '())
|
||||||
(setq dashboard-center-content t)
|
(setq dashboard-center-content t)
|
||||||
(setq dashboard-footer-messages '("Here to do customizing, or actual work?"
|
(setq dashboard-footer-messages '("Here to do customizing, or actual work?"
|
||||||
"M-x insert-inspiring-message"
|
"M-x insert-inspiring-message"
|
||||||
|
|
Loading…
Reference in a new issue