From 2ce52ef229c6fff812c6e9b2e152bd8651b8bd5c Mon Sep 17 00:00:00 2001 From: Inhji Date: Wed, 7 Feb 2024 08:37:19 +0100 Subject: [PATCH] doom: add dashboard package --- config/dot_config/doom/packages.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/dot_config/doom/packages.el b/config/dot_config/doom/packages.el index 63b34a9..3937613 100644 --- a/config/dot_config/doom/packages.el +++ b/config/dot_config/doom/packages.el @@ -13,8 +13,9 @@ (package! org-modern) (package! org-auto-tangle) -(package! org-journal :disable t) (package! org-habit-stats) +(package! dashboard) +(package! org-journal :disable t) ;; To install a package directly from a remote git repo, you must specify a ;; `:recipe'. You'll find documentation on what `:recipe' accepts here: