Skip to content

Commit

Permalink
Remove spell check package settings for Markdown syntax
Browse files Browse the repository at this point in the history
Spell-check should be a Sublime setting. Hardcoding spell-checking settings into the package for a specific file format makes Sublime ignore the global settings. It is probable that the user will be confused why the application is ignoring the settings the UI is reporting as being used (Menu View > Spell Check / Dictionary).
  • Loading branch information
elmimmo committed Jun 6, 2013
1 parent 44f1fdf commit da7ffc0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Markdown.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,5 @@
"caret_style": "wide",
"highlight_line": true,
// add trailing #'s to headlines
"match_header_hashes": false,
"spell_check": true,
"dictionary": "Packages/Language - English/en_US.dic"
"match_header_hashes": false
}

0 comments on commit da7ffc0

Please sign in to comment.