Skip to content

Instantly share code, notes, and snippets.

@glarizza
Created October 24, 2012 19:57
Show Gist options
  • Save glarizza/3948432 to your computer and use it in GitHub Desktop.
Save glarizza/3948432 to your computer and use it in GitHub Desktop.
Disable Autocorrect
# http://github.com/glarizza/puppet-property_list_key
property_list_key { 'Disable Ducking Autocorrect':
ensure => present,
path => "${my_homedir}/Library/Preferences/.GlobalPreferences.plist",
key => 'NSAutomaticSpellingCorrectionEnabled',
value => false,
value_type => 'boolean',
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment