ns-right-option-modifier = none
So the right option key can still be used to insert symbols on macOS.
This commit is contained in:
parent
55b87b3a94
commit
4bc70a8537
1 changed files with 5 additions and 4 deletions
|
@ -27,10 +27,11 @@ 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
|
mac-option-modifier 'meta
|
||||||
ns-command-modifier 'super
|
ns-command-modifier 'super
|
||||||
ns-option-modifier 'meta))
|
ns-option-modifier 'meta
|
||||||
|
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)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue