From 257a917d59dad484a840d3a1866952059a350e34 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me>
Date: Sun, 8 Aug 2021 13:25:56 -0400
Subject: [PATCH] Build: Improved the journal to display in agenda with
 properly formated time stamps.

---
 .spacemacs | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.spacemacs b/.spacemacs
index f089fe3..637ccc3 100644
--- a/.spacemacs
+++ b/.spacemacs
@@ -54,7 +54,8 @@ This function should only modify configuration layer settings."
           org-journal-dir "~/org/journal/"
           org-journal-date-prefix "-*- mode: org-journal; -*-\n\n#+TITLE: "
           org-journal-date-format "%A, %B %d %Y"
-          org-journal-time-prefix "* "
+          org-journal-time-prefix "* \n"
+          org-journal-time-format "  <%Y-%m-%d %a %H:%M>"
           org-journal-file-format "%Y-%m-%d"
           )
      (shell :variables
-- 
GitLab