1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2026-05-14 22:14:24 -04:00

some small tweaks and removals for ZSH speed

This commit is contained in:
2019-09-08 11:19:54 -04:00
parent e3d6f992ae
commit 4f8b11940b
6 changed files with 16 additions and 21 deletions
+2 -2
View File
@@ -76,7 +76,7 @@ sudo systemsetup -setrestartfreeze on
# Keyboard & Input #
###############################################################################
# Disable smart quotes and dashes as theyre annoying when typing code
# Disable smart quotes and dashes as they're annoying when typing code
defaults write NSGlobalDomain NSAutomaticQuoteSubstitutionEnabled -bool false
defaults write NSGlobalDomain NSAutomaticDashSubstitutionEnabled -bool false
@@ -273,7 +273,7 @@ defaults -currentHost write com.apple.ImageCapture disableHotPlug -bool true
# Disable automatic emoji substitution (i.e. use plain text smileys)
defaults write com.apple.messageshelper.MessageController SOInputLineSettings -dict-add "automaticEmojiSubstitutionEnablediMessage" -bool false
# Disable smart quotes as its annoying for messages that contain code
# Disable smart quotes as it's annoying for messages that contain code
defaults write com.apple.messageshelper.MessageController SOInputLineSettings -dict-add "automaticQuoteSubstitutionEnabled" -bool false
# Disable continuous spell checking