Skip to content

Commit

Permalink
fix(integrations.truezen): use setup() instead of load()
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Jan 6, 2024
1 parent dbe2841 commit 26cfe0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/neorg/modules/core/integrations/zen_mode/module.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ local modules = neorg.modules

local module = modules.create("core.integrations.zen_mode")

module.load = function()
module.setup = function()
local success, zen_mode = pcall(require, "zen_mode")

if not success then
Expand Down

0 comments on commit 26cfe0e

Please sign in to comment.