From 939e044c5f1a93f3fc3d2ddb1bf6a916893c8564 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Tue, 12 Jul 2022 00:29:29 +0200 Subject: Emacs: Add projects to the dashboard --- dotfiles/.emacs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dotfiles') diff --git a/dotfiles/.emacs b/dotfiles/.emacs index 90a1614..65cf70b 100644 --- a/dotfiles/.emacs +++ b/dotfiles/.emacs @@ -49,7 +49,8 @@ (setq dashboard-center-content nil) (setq dashboard-items '((recents . 5) (bookmarks . 5) - (agenda . 5) + (projects . 5) + (agenda . 5) (registers . 5))) (setq dashboard-set-navigator t) :config -- cgit 1.4.1