Browse Source

atom: minor tweak for key repeats on mac os x

Kyle P Davis 9 years ago
parent
commit
65810c001d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      gimmes/atom

+ 1 - 0
gimmes/atom

@@ -2,6 +2,7 @@
 set -o errexit -o pipefail
 if [[ "$OS" = "Darwin" ]]; then
 	[[ -d "$HOME/Applications/Atom.app" ]]  ||  brew cask install atom
+	defaults write com.github.atom ApplePressAndHoldEnabled -bool false
 else
 	if ! has atom; then
 		TMP_FILE="/tmp/atom$$.deb"