Created
November 28, 2011 15:54
-
-
Save zzamboni/1400862 to your computer and use it in GitHub Desktop.
Mac keyboard modifier mapping in Emacs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;; 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