Skip to content

Commit

Permalink
fix(journal): Remove condition from 'toc' subcommand (fixes #597) (#996)
Browse files Browse the repository at this point in the history
Fixes #597
  • Loading branch information
sindrets committed Jul 24, 2023
1 parent 774f5dd commit 99f33e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/neorg/modules/core/journal/module.lua
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,6 @@ module.load = function()
toc = {
args = 1,
name = "journal.toc",
condition = "norg",
subcommands = {
open = { args = 0, name = "journal.toc.open" },
update = { args = 0, name = "journal.toc.update" },
Expand Down

0 comments on commit 99f33e0

Please sign in to comment.