diff --git a/lua/neorg/modules/core/concealer/module.lua b/lua/neorg/modules/core/concealer/module.lua index b30b1094b..9ea9c99b9 100644 --- a/lua/neorg/modules/core/concealer/module.lua +++ b/lua/neorg/modules/core/concealer/module.lua @@ -1278,7 +1278,7 @@ local function handle_init_event(event) if init_open_folds == "always" then open_folds() - elseif init_open_folds == "never" then + -- elseif init_open_folds == "never" then else if init_open_folds ~= "auto" then log.warn('"init_open_folds" must be "auto", "always", or "never"')