From 7fdedda36393edf1523f73b5ee6353683a1f2039 Mon Sep 17 00:00:00 2001 From: Dmitry Budaev Date: Sun, 14 Oct 2012 23:49:51 +0300 Subject: [PATCH] Fixed gist_prefix, that was enabled by default --- Gist.sublime-settings | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gist.sublime-settings b/Gist.sublime-settings index e2129ef..8a476fe 100644 --- a/Gist.sublime-settings +++ b/Gist.sublime-settings @@ -17,8 +17,8 @@ "url": "", // Max Gists to show (max 100 allowed by GitHub API) - "max_gists": 100, + "max_gists": 100 // Limit to gists with specific prefix - "gist_prefix": "Snippet:" -} \ No newline at end of file + //"gist_prefix": "Snippet:" +}