|
|
@ -40,7 +40,8 @@ |
|
|
|
|
|
|
|
|
;; It's all in the Meta |
|
|
;; It's all in the Meta |
|
|
(setq mac-command-modifier '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 () |
|
|
(defun prelude-swap-meta-and-super () |
|
|
"Swap the mapping of Meta and Super. |
|
|
"Swap the mapping of Meta and Super. |
|
|
|