diff options
-rwxr-xr-x | .osx | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -66,6 +66,9 @@ defaults write NSGlobalDomain NSDisableAutomaticTermination -bool true # Disable the crash reporter #defaults write com.apple.CrashReporter DialogType -string 'none' +# Set Help Viewer windows to non-floating mode +defaults write com.apple.helpviewer DevMode -bool true + # Fix for the ancient UTF-8 bug in QuickLook (http://mths.be/bbo) # Commented out, as this is known to cause problems when saving files in # Adobe Illustrator CS5 :( |