From 76c4d844d489dbfb5c5af98e63e6f177dbd24463 Mon Sep 17 00:00:00 2001 From: EquinusOcio Date: Thu, 20 Oct 2016 18:34:49 +0200 Subject: [PATCH] chore: Disable PlainNotes command --- utils/extras.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/utils/extras.py b/utils/extras.py index 5df92c7f8..ffc93df5d 100644 --- a/utils/extras.py +++ b/utils/extras.py @@ -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', {