mac-right-option-modifier = none

Then right option can be used for special symbols and left option can be
used as meta.
This commit is contained in:
Henrik Lissner
2020-10-29 02:32:38 -04:00
parent dbeaa8e238
commit 61ec1d9698

View File

@ -28,9 +28,10 @@ and Emacs states, and for non-evil users.")
(cond (IS-MAC
(setq mac-command-modifier 'super
mac-option-modifier 'meta
ns-command-modifier 'super
mac-option-modifier 'meta
ns-option-modifier 'meta
mac-right-option-modifier 'none
ns-right-option-modifier 'none))
(IS-WINDOWS
(setq w32-lwindow-modifier 'super