mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
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:
@ -27,11 +27,12 @@ and Emacs states, and for non-evil users.")
|
|||||||
;;; Keybind settings
|
;;; Keybind settings
|
||||||
|
|
||||||
(cond (IS-MAC
|
(cond (IS-MAC
|
||||||
(setq mac-command-modifier 'super
|
(setq mac-command-modifier 'super
|
||||||
mac-option-modifier 'meta
|
ns-command-modifier 'super
|
||||||
ns-command-modifier 'super
|
mac-option-modifier 'meta
|
||||||
ns-option-modifier 'meta
|
ns-option-modifier 'meta
|
||||||
ns-right-option-modifier 'none))
|
mac-right-option-modifier 'none
|
||||||
|
ns-right-option-modifier 'none))
|
||||||
(IS-WINDOWS
|
(IS-WINDOWS
|
||||||
(setq w32-lwindow-modifier 'super
|
(setq w32-lwindow-modifier 'super
|
||||||
w32-rwindow-modifier 'super)))
|
w32-rwindow-modifier 'super)))
|
||||||
|
Reference in New Issue
Block a user