From af97caf178258ffc1a2e88209f059c8f529a16ef Mon Sep 17 00:00:00 2001 From: cavelazquez8 Date: Tue, 28 Oct 2025 23:11:51 -0700 Subject: [PATCH] fix previous --- lua/custom/plugins/wiki.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/custom/plugins/wiki.lua b/lua/custom/plugins/wiki.lua index 5d4791fc..1c3aaf02 100644 --- a/lua/custom/plugins/wiki.lua +++ b/lua/custom/plugins/wiki.lua @@ -16,7 +16,7 @@ return { -- Custom Markdown to HTML converter -- custom_wiki2html = "~/.vim/autoload/vimwiki/convert.py", -- Auto update diary index - index = 'MOCs/main-moc', + index = 'mocs/main-moc', auto_diary_index = 1, links_space_char = '-', -- Replace spaces with hyphens in links },