From 90a6a5c8e1657292d7251b970abf15e922da6928 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Thu, 17 Jan 2013 12:17:57 +0200 Subject: [PATCH] Map Command to Meta as well. --- core/prelude-osx.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/core/prelude-osx.el b/core/prelude-osx.el index 3b69678..8de7c27 100644 --- a/core/prelude-osx.el +++ b/core/prelude-osx.el @@ -2,9 +2,8 @@ ;; the shell. Let's fix that: (exec-path-from-shell-initialize) -;; Emacs users obviously have little need for Command and Option keys, -;; but they do need Meta and Super -(setq mac-command-modifier 'super) +;; It's all in the Meta +(setq mac-command-modifier 'meta) (setq mac-option-modifier 'meta) (defun prelude-swap-meta-and-super ()