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:
parent
dbeaa8e238
commit
61ec1d9698
1 changed files with 6 additions and 5 deletions
|
@ -27,11 +27,12 @@ and Emacs states, and for non-evil users.")
|
|||
;;; Keybind settings
|
||||
|
||||
(cond (IS-MAC
|
||||
(setq mac-command-modifier 'super
|
||||
mac-option-modifier 'meta
|
||||
ns-command-modifier 'super
|
||||
ns-option-modifier 'meta
|
||||
ns-right-option-modifier 'none))
|
||||
(setq mac-command-modifier 'super
|
||||
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
|
||||
w32-rwindow-modifier 'super)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue