2014-07-11 68 views

回答

0

如何使用Alt/Option键META键:

  1. 打开终端
  2. 转到喜好
  3. 转到键盘
  4. 选择“使用选项作为元键”
0

在你的.emacs试试这个

(if (eq system-type 'darwin) 
    (progn 
     (setq mac-option-modifier 'meta)))