summaryrefslogtreecommitdiff
path: root/Notes.sublime-menu
diff options
context:
space:
mode:
Diffstat (limited to 'Notes.sublime-menu')
-rw-r--r--Notes.sublime-menu4
1 files changed, 4 insertions, 0 deletions
diff --git a/Notes.sublime-menu b/Notes.sublime-menu
index cf9560f..cb87c38 100644
--- a/Notes.sublime-menu
+++ b/Notes.sublime-menu
@@ -8,6 +8,10 @@
8 { 8 {
9 "caption": "New Note for Today", 9 "caption": "New Note for Today",
10 "command": "new_note" 10 "command": "new_note"
11 },
12 {
13 "caption": "New Note for Tomorrow",
14 "command": "new_note_for_tomorrow"
11 } 15 }
12 ] 16 ]
13 } 17 }