From fbe5f9225c97cd4de35750eb24143e66c07bd76d Mon Sep 17 00:00:00 2001 From: Joseph T Lyons Date: Wed, 28 Sep 2022 16:52:15 -0400 Subject: [PATCH] Add descriptions to journal settings --- assets/settings/default.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/assets/settings/default.json b/assets/settings/default.json index 25117521bf..d46dc11df5 100644 --- a/assets/settings/default.json +++ b/assets/settings/default.json @@ -74,11 +74,14 @@ "hard_tabs": false, // How many columns a tab should occupy. "tab_size": 4, - // TODO + // Settings specific to journaling "journal": { - // TODO + // The directory in which the journal entries are created "journal_directory": "always_home", - // TODO + // What format to present the hours in + // May take 2 values: + // 1. hour12 + // 2. hour24 "hour_format": "hour12" }, // Settings specific to the terminal