Skip to content

Instantly share code, notes, and snippets.

@tomwans
Created September 10, 2012 00:16
Show Gist options
  • Save tomwans/3688058 to your computer and use it in GitHub Desktop.
Save tomwans/3688058 to your computer and use it in GitHub Desktop.
;; set command key to meta
(setq mac-option-key-is-meta nil)
(setq mac-command-key-is-meta t)
(setq mac-command-modifier 'meta)
(setq mac-option-modifier 'super)
;; then i set caps lock to the control key
;; in OS X. OS X Prefs -> Keyboard -> Modifier Keys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment