Skip to content

Commit 8247b0d

Browse files
committed
Resolves #30
1 parent e466b2a commit 8247b0d

File tree

1 file changed

+5
-18
lines changed

1 file changed

+5
-18
lines changed

Main.sublime-menu

+5-18
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,11 @@
1212
"children":
1313
[
1414
{
15-
"caption": "UnicodeMath",
16-
"children":
17-
[
18-
{
19-
"command": "open_file", "args":
20-
{
21-
"file": "${packages}/UnicodeMath/UnicodeMath.sublime-settings"
22-
},
23-
"caption": "Settings – Default"
24-
},
25-
{
26-
"command": "open_file", "args":
27-
{
28-
"file": "${packages}/User/UnicodeMath.sublime-settings"
29-
},
30-
"caption": "Settings – User"
31-
}
32-
]
15+
"caption": "UnicodeMath Settings",
16+
"command": "edit_settings", "args":
17+
{
18+
"base_file": "${packages}/UnicodeMath/UnicodeMath.sublime-settings"
19+
},
3320
}
3421
]
3522
}

0 commit comments

Comments
 (0)