diff --git a/core/core-keybinds.el b/core/core-keybinds.el index 507e7276e..c2b71dbba 100644 --- a/core/core-keybinds.el +++ b/core/core-keybinds.el @@ -23,6 +23,14 @@ and Emacs states, and for non-evil users.") "An overriding keymap for keys.") +;; +;;; Keybind settings + +(when IS-MAC + (setq mac-command-modifier 'super + mac-option-modifier 'meta)) + + ;; ;;; Universal, non-nuclear escape