From 9116d5a0c8d2dc2144669feb50548ee0efde32d3 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Sat, 29 Jun 2013 09:25:21 +0300 Subject: [PATCH] Map Option to Super and Fn to Hyper More keybinding options is never a bad thing. --- core/prelude-osx.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/prelude-osx.el b/core/prelude-osx.el index ba0db17..0a83781 100644 --- a/core/prelude-osx.el +++ b/core/prelude-osx.el @@ -40,7 +40,8 @@ ;; It's all in the Meta (setq mac-command-modifier 'meta) -(setq mac-option-modifier 'meta) +(setq mac-option-modifier 'super) +(setq ns-function-modifier 'hyper) (defun prelude-swap-meta-and-super () "Swap the mapping of Meta and Super.