Skip to content

Commit

Permalink
fix(commands.return): don't override the workspace to default after…
Browse files Browse the repository at this point in the history
… running `:Neorg return`
  • Loading branch information
vhyrro committed Mar 9, 2023
1 parent 87ed4bf commit 169c7be
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lua/neorg/modules/core/neorgcmd/commands/return/module.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ module.on_event = function(event)
end
end
end

-- Set the dirman workspace to the one we had before we started the Neorg environment
neorg.modules.get_module("core.norg.dirman").set_workspace("default")
end
end

Expand Down

0 comments on commit 169c7be

Please sign in to comment.