Created
September 7, 2011 13:53
-
-
Save tmaeda/1200617 to your computer and use it in GitHub Desktop.
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
;;; .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