chore: do not open .norg files folded
This commit is contained in:
parent
9af35f9664
commit
363a92a5df
|
@ -10,7 +10,8 @@ require("neorg").setup {
|
||||||
},
|
},
|
||||||
["core.concealer"] = {
|
["core.concealer"] = {
|
||||||
config = {
|
config = {
|
||||||
icons_preset = "varied"
|
folds = false,
|
||||||
|
icons_preset = "varied",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue