diff options
author | Mathias Bynens <mathias@qiwi.be> | 2015-10-23 09:07:11 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2015-10-23 09:07:11 +0200 |
commit | c2c70b495b561ec1267774bbf49be464a076178e (patch) | |
tree | 74158bf25b33486d521feb7097df5209d90e1c1d | |
parent | d6598592e36b150335145d13fad5852a69409c71 (diff) | |
download | dotfiles-c2c70b495b561ec1267774bbf49be464a076178e.tar.gz dotfiles-c2c70b495b561ec1267774bbf49be464a076178e.tar.bz2 dotfiles-c2c70b495b561ec1267774bbf49be464a076178e.zip |
.osx: Fix typo
Fixes #592.
-rwxr-xr-x | .osx | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -516,7 +516,7 @@ defaults write com.apple.mail SpellCheckingBehavior -string "NoSpellCheckingEnab # Use `sudo mdutil -i off "/Volumes/foo"` to stop indexing any volume. sudo defaults write /.Spotlight-V100/VolumeConfiguration Exclusions -array "/Volumes" # Change indexing order and disable some search results -# Yosemite-specific search results (remove them if your are using OS X 10.9 or older): +# Yosemite-specific search results (remove them if you are using OS X 10.9 or older): # MENU_DEFINITION # MENU_CONVERSION # MENU_EXPRESSION |