Skip to content

Instantly share code, notes, and snippets.

@wtnabe
Created October 24, 2010 15:25
Show Gist options
  • Save wtnabe/643599 to your computer and use it in GitHub Desktop.
Save wtnabe/643599 to your computer and use it in GitHub Desktop.
My elisp snippet for CarbonEmacs with Window System
;; keybindings
(mac-key-mode t)
(setq mac-command-modifier 'alt)
(setq mac-control-modifier 'control)
(setq mac-option-modifier 'meta)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment