直接使用原版 Emacs:
http://emacsformacosx.com/把 control 和 command 键位设好后,与 windows, linux 上的 emacs 使用上感觉没区别了:
;; Add additional path is needed under Mac
(setenv "PATH" (concat (getenv "PATH")
":/usr/local/bin"))
(setq exec-path (append exec-path
'("/usr/local/bin")))
;; keyboard for emacs running in OS X
(setq mac-option-modifier 'hyper) ; sets the Option key as Hyper
(setq mac-option-modifier 'super) ; sets the Option key as Super
(setq mac-command-modifier 'meta) ; sets the Command key as Meta
(setq mac-control-modifier 'ctrl) ; sets the Control key as Meta