Skip to content

Commit

Permalink
fix: error in loading preventing wiki from generating
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Sep 18, 2023
1 parent 0d24917 commit 2745ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/neorg/modules/core/concealer/module.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1402,7 +1402,7 @@ module.load = function()
end

module.config.public =
vim.tbl_deep_extend("force", module.config.public, { icons = icon_preset }, module.config.custom)
vim.tbl_deep_extend("force", module.config.public, { icons = icon_preset }, module.config.custom or {})

module.required["core.autocommands"].enable_autocommand("BufNewFile")
module.required["core.autocommands"].enable_autocommand("BufReadPost")
Expand Down

0 comments on commit 2745ee1

Please sign in to comment.