From 8f0e0ae4a69b3cbdc08033e2f89cd140a9f3434a Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 20 Jan 2014 09:59:34 -0800 Subject: [PATCH] Move open commands to Atom menu --- menus/darwin.cson | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/menus/darwin.cson b/menus/darwin.cson index 0ad64c556..de22e7673 100644 --- a/menus/darwin.cson +++ b/menus/darwin.cson @@ -7,6 +7,9 @@ { label: "Install update", command: 'application:install-update', visible: false } { type: 'separator' } { label: 'Preferences...', command: 'application:show-settings' } + { label: 'Open Your Config', command: 'application:open-your-config' } + { label: 'Open Your Keymap', command: 'application:open-your-keymap' } + { label: 'Open Your Stylesheet', command: 'application:open-your-stylesheet' } { type: 'separator' } { label: 'Hide Atom', command: 'application:hide' } { label: 'Hide Others', command: 'application:hide-other-applications' } @@ -134,10 +137,6 @@ ] } { type: 'separator' } - { label: 'Open Your Config', command: 'application:open-your-config' } - { label: 'Open Your Keymap', command: 'application:open-your-keymap' } - { label: 'Open Your Stylesheet', command: 'application:open-your-stylesheet' } - { type: 'separator' } { label: 'Toggle Soft Wrap', command: 'editor:toggle-soft-wrap' } ] }