Skip to content

Instantly share code, notes, and snippets.

@zzamboni
Created November 28, 2011 15:54
Show Gist options
  • Select an option

  • Save zzamboni/1400862 to your computer and use it in GitHub Desktop.

Select an option

Save zzamboni/1400862 to your computer and use it in GitHub Desktop.
Mac keyboard modifier mapping in Emacs
;; Make Command act as Meta, Option as Alt,
;; right-Option as Super
(setq mac-command-modifier 'meta)
(setq mac-option-modifier 'alt)
(setq mac-right-option-modifier 'super)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment