Back to command = super, option = meta on MacOS
On MacOS, command used to be 'meta, which Emacs (and many packages) use for many keybinds. I don't want to pollute the command key, so it is now meta (as is the Emacs default). The MacOS keybind fixes have been moved back to super.
This commit is contained in:
parent
f45073880b
commit
f264a9bc6e
3 changed files with 26 additions and 25 deletions
|
@ -15,8 +15,8 @@
|
|||
"Inject VARS from your shell environment into Emacs.")
|
||||
|
||||
(cond (IS-MAC
|
||||
(setq mac-command-modifier 'meta
|
||||
mac-option-modifier 'alt
|
||||
(setq mac-command-modifier 'super
|
||||
mac-option-modifier 'meta
|
||||
;; sane trackpad/mouse scroll settings
|
||||
mac-redisplay-dont-reset-vscroll t
|
||||
mac-mouse-wheel-smooth-scroll nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue