Disable spell correction in OS X.

This commit is contained in:
Scott Wallace 2017-11-30 20:41:26 +00:00
parent deded23a33
commit 239e42f055

View file

@ -75,6 +75,24 @@
key: NSAutomaticDashSubstitutionEnabled key: NSAutomaticDashSubstitutionEnabled
value: 0 value: 0
- name: 'OS X: Spell correction off'
tags:
- config
osx_defaults:
domain: NSGlobalDomain
type: int
key: NSAutomaticSpellingCorrectionEnabled
value: 0
- name: 'OS X: Web spell correction off'
tags:
- config
osx_defaults:
domain: NSGlobalDomain
type: int
key: WebAutomaticSpellingCorrectionEnabled
value: 0
- name: 'OS X: Clear preferences cache' - name: 'OS X: Clear preferences cache'
tags: tags:
- config - config