Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Commit

Permalink
don't use Lion press-and-hold
Browse files Browse the repository at this point in the history
  • Loading branch information
al3x committed Sep 23, 2011
1 parent f98f97f commit 5c35137
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mac-customizations/my-mac-keys.el
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
(setq default-input-method "MacOSX")

; don't use Lion press-and-hold
(ns-set-resource nil "ApplePressAndHoldEnabled" "NO")

; option/alt is meta key
(setq mac-command-key-is-meta nil)

Expand Down

0 comments on commit 5c35137

Please sign in to comment.