From ae1b7c3d17f24726bfdf1f59a95c6bf0b32824f7 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 1 Aug 2013 13:29:45 +0100 Subject: Emacs: make right modifier keys consistent with their left counterparts on OS X --- emacs/init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/emacs/init.el b/emacs/init.el index 34fab37..2a383ed 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -464,7 +464,9 @@ Values: `desktop', `server', `laptop'") (when (eq system-type 'darwin) (setq mac-option-modifier 'meta mac-control-modifier 'command - mac-command-modifier 'control)) + mac-right-control-modifier 'command + mac-command-modifier 'control + mac-right-command-modifier 'control)) (unbind-key "") (bind-key "" #'compile) -- cgit 1.4.1