Skip to content

Commit

Permalink
chore: Disable PlainNotes command
Browse files Browse the repository at this point in the history
  • Loading branch information
equinusocio committed Oct 20, 2016
1 parent 202455b commit 76c4d84
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions utils/extras.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@

EXTRAS = OrderedDict(
[
(
'PlainNotes',
{
'name': 'Plain Notes',
'settings': 'Note.sublime-settings',
'desc': 'Choose a color scheme'
}
),
# (
# 'PlainNotes',
# {
# 'name': 'Plain Notes',
# 'settings': 'Note.sublime-settings',
# 'desc': 'Choose a color scheme'
# }
# ),
(
'PlainTasks',
{
Expand Down

0 comments on commit 76c4d84

Please sign in to comment.