Skip to content

Commit

Permalink
add open config sublime-command
Browse files Browse the repository at this point in the history
  • Loading branch information
mreq committed Dec 26, 2016
1 parent a81fa3a commit d8e39ae
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions SublimeMagic.sublime-commands
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"caption": "SublimeMagic: open spellbook",
"command": "open_file",
"args": { "file": "${packages}/User/SublimeMagic.sublime-settings" }
}
]

0 comments on commit d8e39ae

Please sign in to comment.