Map Option to Super and Fn to Hyper
More keybinding options is never a bad thing.
This commit is contained in:
parent
797435e8b3
commit
9116d5a0c8
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue