Skip to content

Instantly share code, notes, and snippets.

@zmsmith
Created January 26, 2013 18:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zmsmith/4643655 to your computer and use it in GitHub Desktop.
Save zmsmith/4643655 to your computer and use it in GitHub Desktop.
Add spellchecking in Sublime Text 2 to Markdown files (assuming you don't already have Markdown specific settings).
echo '{
"spell_check": true,
"dictionary": "Packages/Language - English/en_US.dic"
}' > ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/User/Markdown.sublime-settings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment