Created
January 26, 2013 18:25
-
-
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).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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