Disable spell correction in OS X.
This commit is contained in:
parent
deded23a33
commit
239e42f055
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue