See the ignored_words section below. You need to manually add the words to the settings file. I installed the settings files for the hot keys to have easy access.
/ Users / HOME / Library / Application Support / Sublime Text 2 / Packages / Custom / Settings .sublime-settings
{ "auto_complete_triggers": [ { "characters": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?", "selector": "text.shtml" } ], "color_scheme": "Packages/User/lawlist.tmTheme", "find_selected_text": false, "font_face": "Courier", "font_size": 18.0, "forward_sync": true, "ignored_packages": [ "Vintage" ], "ignored_words": [ "Joinder", "\\bf\\uline", "\\begin{singlespace*}", "\\end{singlespace*}", "\\begin{tightcenter}", "\\end{tightcenter}", "\\begin{document}", "\\end{document}", "quotingsetup", "renewenvironment", "doublespace", "flushright", "minipage", "pagestyle", "uuline", "textbf" ], "inverse_cursor_state": true, "keep_focus": false, "scroll_past_end": true, "show_full_path": true, "word_separators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?" }
lawlist
source share