From 6c4f4a9d9d3a34fbe4810e2d921896268e042950 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 5 Sep 2019 13:11:22 -0400 Subject: [PATCH] Mac users: command = super, option = meta Apparently these have different defaults on emacs-mac, so we set these to keep them consistent. --- core/core-keybinds.el | 8 ++++++++ 1 file changed, 8 insertions(+) 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