Skip to content

Commit

Permalink
feat(core.export): add NeorgExportComplete user autocommand
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Jan 5, 2023
1 parent 85bf8b1 commit 8b10e61
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lua/neorg/modules/core/export/module.lua
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,10 @@ module.on_event = function(event)
end
end)
end

vim.api.nvim_exec_autocmds("User", {
pattern = "NeorgExportComplete",
})
end

module.events.subscribed = {
Expand Down

0 comments on commit 8b10e61

Please sign in to comment.