aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2015-10-11 19:44:12 +0200
committerMathias Bynens <mathias@qiwi.be>2015-10-11 19:45:02 +0200
commit2fe242baf2ca3c9de269120746429188a1e99ef8 (patch)
tree0eb0806a403bede96bbeb70884ac980b7b21afd1
parentc0fae305382335e961405f36dbcee5acd57fef0a (diff)
downloaddotfiles-2fe242baf2ca3c9de269120746429188a1e99ef8.tar.gz
dotfiles-2fe242baf2ca3c9de269120746429188a1e99ef8.tar.bz2
dotfiles-2fe242baf2ca3c9de269120746429188a1e99ef8.zip
.osx: Remove “enable text selection in Quick Look”
As of OS X 10.11, it no longer has any effect. Closes #580.
-rwxr-xr-x.osx3
1 files changed, 0 insertions, 3 deletions
diff --git a/.osx b/.osx
index 06c9a67..3550167 100755
--- a/.osx
+++ b/.osx
@@ -256,9 +256,6 @@ defaults write com.apple.finder ShowStatusBar -bool true
# Finder: show path bar
defaults write com.apple.finder ShowPathbar -bool true
-# Finder: allow text selection in Quick Look
-defaults write com.apple.finder QLEnableTextSelection -bool true
-
# Display full POSIX path as Finder window title
defaults write com.apple.finder _FXShowPosixPathInTitle -bool true