Skip to content

Commit 49c8211

Browse files
committed
fix: re-enable automatic metadata insertion
1 parent 9840b96 commit 49c8211

File tree

1 file changed

+1
-1
lines changed
  • lua/neorg/modules/core/norg/esupports/metagen

1 file changed

+1
-1
lines changed

lua/neorg/modules/core/norg/esupports/metagen/module.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ module.on_event = function(event)
118118
and event.content.norg
119119
and module.config.public.type == "auto"
120120
then
121-
-- module.public.inject_metadata()
121+
module.public.inject_metadata()
122122
end
123123
end
124124

0 commit comments

Comments
 (0)