OSX Emacs: unbind just the right alt?

前端 未结 4 2044
天涯浪人
天涯浪人 2020-12-29 06:28

I\'m using emacsformacosx.com and would like to stop the Meta_R (right meta, or right option key) on my Apple keyboard from being an Emacs meta key.

The rea

4条回答
  •  天涯浪人
    2020-12-29 07:09

    To map the the left alt key with META and the right alt key with ALT, on the Mac OS X version of GNU Emacs, I use:

    (setq mac-option-key-is-meta t)
    (setq mac-right-option-modifier nil)
    

    It should do the job for the behaviour you expect.

提交回复
热议问题