Skip to content

Instantly share code, notes, and snippets.

@dustinhorton
dustinhorton / Base File.sublime-settings
Created January 12, 2012 02:03
custom settings for sublime text 2
{
"color_scheme": "Packages/Color Scheme - Default/idleFingers.tmTheme",
"fallback_encoding": "UTF-8",
"font_face": "Monaco",
"font_size": 10,
"save_on_focus_lost": true,
@dustinhorton
dustinhorton / Fetch.sublime-settings
Created January 6, 2012 21:04
fetch settings for sublime text 2
{
"files":
{
"jquery" : "http://code.jquery.com/jquery.min.js",
"jquery-ui-effects" : "https://raw.github.com/jquery/jquery-ui/master/ui/jquery.effects.core.js",
"jquery-mobile-vmouse" : "https://raw.github.com/jquery/jquery-mobile/master/js/jquery.mobile.vmouse.js",
"jquery-flexslider" : "https://raw.github.com/mbmufffin/FlexSlider/master/jquery.flexslider-min.js",
"jquery-mediaelement" : "https://raw.github.com/johndyer/mediaelement/master/build/mediaelement-and-player.js",
"jquery-url" : "https://raw.github.com/allmarkedup/jQuery-URL-Parser/master/jquery.url.js",
"jquery-dotimeout" : "https://raw.github.com/cowboy/jquery-dotimeout/master/jquery.ba-dotimeout.min.js",