Skip to content

Commit b61546d

Browse files
Merge pull request #164 from mariohuq/master
Resolves #163
2 parents 1fe5458 + 91682da commit b61546d

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

Main.sublime-menu

+3-15
Original file line numberDiff line numberDiff line change
@@ -32,21 +32,9 @@
3232
"children":
3333
[
3434
{
35-
"caption": "MarkdownTOC",
36-
"children":
37-
[
38-
{
39-
"command": "open_file",
40-
"args": {"file": "${packages}/MarkdownTOC/MarkdownTOC.sublime-settings"},
41-
"caption": "Settings – Default"
42-
},
43-
{
44-
"command": "open_file",
45-
"args": {"file": "${packages}/User/MarkdownTOC.sublime-settings"},
46-
"caption": "Settings – User"
47-
},
48-
{ "caption": "-" }
49-
]
35+
"caption": "MarkdownTOC Settings",
36+
"command": "edit_settings",
37+
"args": {"base_file": "${packages}/MarkdownTOC/MarkdownTOC.sublime-settings"},
5038
}
5139
]
5240
}

0 commit comments

Comments
 (0)