Add descriptions to journal settings
This commit is contained in:
parent
773423fcf4
commit
fbe5f9225c
1 changed files with 6 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue