Fix #3717: command = super, option = meta

This commit is contained in:
Henrik Lissner 2020-08-10 19:36:05 -04:00
parent eb9cb0c6e9
commit 85b5103cd9
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

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