Add descriptions to journal settings

This commit is contained in:
Joseph T Lyons 2022-09-28 16:52:15 -04:00
parent 773423fcf4
commit fbe5f9225c

View file

@ -74,11 +74,14 @@
"hard_tabs": false, "hard_tabs": false,
// How many columns a tab should occupy. // How many columns a tab should occupy.
"tab_size": 4, "tab_size": 4,
// TODO // Settings specific to journaling
"journal": { "journal": {
// TODO // The directory in which the journal entries are created
"journal_directory": "always_home", "journal_directory": "always_home",
// TODO // What format to present the hours in
// May take 2 values:
// 1. hour12
// 2. hour24
"hour_format": "hour12" "hour_format": "hour12"
}, },
// Settings specific to the terminal // Settings specific to the terminal