Sublime Text 2 - Spell Check
Want to default spell checking on in say, LaTeX
files, but not other languages?
- Open a
.tex
document (to set the active syntax) - Go to
Preferences
→Settings - More
→Syntax Specific - User
. - Add this to the
LaTeX.sublime-settings
file that comes up (probably empty): {“spell_check”: true} - Save.
- Reopen your
.tex
file.