Skip to content

Commit

Permalink
Disables system autocorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencme committed Dec 5, 2019
1 parent 11e5637 commit e29e66f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .macos
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ defaults write NSGlobalDomain PMPrintingExpandedStateForPrint2 -bool true
# Save to disk (not to iCloud) by default
defaults write NSGlobalDomain NSDocumentSaveNewDocumentsToCloud -bool false

# Disable auto-correct
defaults write NSGlobalDomain NSAutomaticSpellingCorrectionEnabled -bool false

###############################################################################
# Keyboard, Bluetooth accessories, trackpad, and input #
###############################################################################
Expand Down

0 comments on commit e29e66f

Please sign in to comment.