Mac users: command = super, option = meta

Apparently these have different defaults on emacs-mac, so we set these
to keep them consistent.
This commit is contained in:
Henrik Lissner 2019-09-05 13:11:22 -04:00
parent cbe05e6df4
commit 6c4f4a9d9d
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -23,6 +23,14 @@ and Emacs states, and for non-evil users.")
"An overriding keymap for <leader> keys.")
;;
;;; Keybind settings
(when IS-MAC
(setq mac-command-modifier 'super
mac-option-modifier 'meta))
;;
;;; Universal, non-nuclear escape