From d8e39aeea121f1848b5baa8e6cbae7e3387a45a5 Mon Sep 17 00:00:00 2001 From: Petr Marek Date: Mon, 26 Dec 2016 07:41:46 +0100 Subject: [PATCH] add open config sublime-command --- SublimeMagic.sublime-commands | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 SublimeMagic.sublime-commands diff --git a/SublimeMagic.sublime-commands b/SublimeMagic.sublime-commands new file mode 100644 index 0000000..fff43ba --- /dev/null +++ b/SublimeMagic.sublime-commands @@ -0,0 +1,7 @@ +[ + { + "caption": "SublimeMagic: open spellbook", + "command": "open_file", + "args": { "file": "${packages}/User/SublimeMagic.sublime-settings" } + } +]