From a002a85761f9a7c3b3bcf4ddd150ef2b69bc1a29 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 20 Dec 2023 10:42:20 +0000 Subject: [PATCH] Customise dashboard agenda to be more useful --- README.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.org b/README.org index 1563dc9..7302ec3 100644 --- a/README.org +++ b/README.org @@ -368,6 +368,10 @@ Loading this file is handled automatically on my [[https://git.xenia.me.uk/xenia (dashboard-set-navigator t) (dashboard-set-init-info t) (dashboard-startup-banner 'ascii) + (dashboard-agenda-item-icon "-") + (dashboard-agenda-release-buffers t) + (dashboard-agenda-sort-strategy nil) + (dashboard-agenda-time-string-format "%Y-%m-%d %H:%M") (dashboard-projects-backend 'project-el) (dashboard-projects-switch-function 'project-switch-project) (dashboard-projects-show-base t)