Skip to content

Instantly share code, notes, and snippets.

@natanaelsinisalo
Created August 14, 2013 07:55
Show Gist options
  • Save natanaelsinisalo/6228842 to your computer and use it in GitHub Desktop.
Save natanaelsinisalo/6228842 to your computer and use it in GitHub Desktop.
Sublime Text 2 - user settings
{
// Adds some contrast to folder names
"bold_folder_labels": true,
// No more those annoying messages about slow plugins
"detect_slow_plugins": false,
"font_size": 14.0,
// Too hardcore stuff
"ignored_packages":
[
"Vintage"
],
// Fixes that annoying Mac "bug"
"open_files_in_new_window": false,
// Feels a bit more natural
"scroll_past_end": true,
"spell_check": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment