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