Skip to content

Instantly share code, notes, and snippets.

@tmaeda
Created September 7, 2011 13:53
Show Gist options
  • Save tmaeda/1200617 to your computer and use it in GitHub Desktop.
Save tmaeda/1200617 to your computer and use it in GitHub Desktop.
;;; .emacs.mac.el ---
;; Command-Key and Option-Key
(setq ns-command-modifier (quote meta))
(setq ns-alternate-modifier (quote super))
(when (and (eq window-system 'ns) (= emacs-major-version 23))
(set-fontset-font
(frame-parameter nil 'font)
'japanese-jisx0208
'("Hiragino Maru Gothic Pro" . "iso10646-1"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment