Skip to content

Instantly share code, notes, and snippets.

@alexgby
Created January 4, 2013 09:06
Show Gist options
  • Select an option

  • Save alexgby/4451089 to your computer and use it in GitHub Desktop.

Select an option

Save alexgby/4451089 to your computer and use it in GitHub Desktop.
User settings for Sublime Text 2: ~/Library/Application Support/Sublime Text 2/Packages/User/preferences.sublime-settings
{
"autoReloadChanged": true,
"codeintel_config":
{
"Python":
{
"env":
{
"PATH": "$PATH",
"PYTHONPATH": "/Library/Python/2.7/site-packages:$PYTHONPATH"
}
}
},
"color_scheme": "Packages/Color Scheme - Default/Sunburst.tmTheme",
"font_size": 16.0,
"hot_exit": false,
"ignored_packages":
[
],
"remember_open_files": false,
"detect_indentation": true,
"translate_tabs_to_spaces": true,
"spell_check": true,
"dictionary": "Packages/Language - English/en_US.dic",
"vintage_start_in_command_mode": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment