From 0f2931d0a29e88ed6323a7db625f537f5a1480ce Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 27 Jan 2014 18:58:07 -0800 Subject: [PATCH] Add open-your-snippets command --- src/workspace-view.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/src/workspace-view.coffee b/src/workspace-view.coffee index fffebd826..3e94d730b 100644 --- a/src/workspace-view.coffee +++ b/src/workspace-view.coffee @@ -107,6 +107,7 @@ class WorkspaceView extends View @command 'application:bring-all-windows-to-front', -> ipc.sendChannel('command', 'application:bring-all-windows-to-front') @command 'application:open-your-config', -> ipc.sendChannel('command', 'application:open-your-config') @command 'application:open-your-keymap', -> ipc.sendChannel('command', 'application:open-your-keymap') + @command 'application:open-your-snippets', -> ipc.sendChannel('command', 'application:open-your-snippets') @command 'application:open-your-stylesheet', -> ipc.sendChannel('command', 'application:open-your-stylesheet') @command 'window:install-shell-commands', => @installShellCommands()