Skip to content

Commit af97caf

Browse files
committed
fix previous
1 parent 6675599 commit af97caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/custom/plugins/wiki.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ return {
1616
-- Custom Markdown to HTML converter
1717
-- custom_wiki2html = "~/.vim/autoload/vimwiki/convert.py",
1818
-- Auto update diary index
19-
index = 'MOCs/main-moc',
19+
index = 'mocs/main-moc',
2020
auto_diary_index = 1,
2121
links_space_char = '-', -- Replace spaces with hyphens in links
2222
},

0 commit comments

Comments
 (0)