From bd7d47474c308d36b1f4e1bacb6e36fd5c98f9a5 Mon Sep 17 00:00:00 2001 From: Seongjae Lee Date: Fri, 16 Oct 2015 22:33:11 -0700 Subject: [PATCH] Add interlink menu item --- menus/notational-velocity.cson | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/menus/notational-velocity.cson b/menus/notational-velocity.cson index 01e2e90..24aca8b 100644 --- a/menus/notational-velocity.cson +++ b/menus/notational-velocity.cson @@ -9,6 +9,10 @@ 'label': 'Toggle' 'command': 'nvatom:toggle' } + { + 'label': 'Open Interlink' + 'command': 'nvatom:openInterlink' + } ] ] }