Skip to content

Commit

Permalink
fix: Fix PlainTasks and PlainNotes support
Browse files Browse the repository at this point in the history
  • Loading branch information
equinusocio committed Oct 29, 2016
1 parent cac9c0c commit 4e3d7d9
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 4e3d7d9

Please sign in to comment.