Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Commit

Permalink
archive on mail
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Feb 13, 2017
1 parent 95f1d9e commit 4b6d1f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions macos/set-defaults.sh
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,8 @@ echo ""
echo "› Mail:"
echo " › Add the keyboard shortcut CMD + Enter to send an email"
defaults write com.apple.mail NSUserKeyEquivalents -dict-add "Send" "@\U21a9"
# shellcheck disable=SC2016
defaults write com.apple.mail NSUserKeyEquivalents -dict-add "Archive" '@$e'

echo " › Disable smart quotes as it's annoying for messages that contain code"
defaults write com.apple.messageshelper.MessageController SOInputLineSettings -dict-add "automaticQuoteSubstitutionEnabled" -bool false
Expand Down

0 comments on commit 4b6d1f3

Please sign in to comment.