开发者

Use Alt as Meta key in Carbon Emacs, not Apple Command Key

开发者 https://www.devze.com 2022-12-17 19:10 出处:网络
Any way to configure Carbon Emacs to use the Option key as a Meta key, rather th开发者_如何转开发an the Command key?I like having a consistent set of keybindings no matter if I am using Emacs in a ter

Any way to configure Carbon Emacs to use the Option key as a Meta key, rather th开发者_如何转开发an the Command key? I like having a consistent set of keybindings no matter if I am using Emacs in a terminal or Carbon Emacs. Also, I really would like Paste back on command-v.


To use the alt key for meta, add this to your init file ~/.emacs, ~/.emacs.el, or ~/.emacs.d/init.el:

(setq mac-option-modifier 'meta)

Create the file if needed.

To get the apple-style copy and paste, add this to the init file:

(mac-key-mode 1)


Also, consider using this:

http://emacsformacosx.com/

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号