Map Command to Meta as well.
This commit is contained in:
parent
2211e1137a
commit
90a6a5c8e1
1 changed files with 2 additions and 3 deletions
|
@ -2,9 +2,8 @@
|
||||||
;; the shell. Let's fix that:
|
;; the shell. Let's fix that:
|
||||||
(exec-path-from-shell-initialize)
|
(exec-path-from-shell-initialize)
|
||||||
|
|
||||||
;; Emacs users obviously have little need for Command and Option keys,
|
;; It's all in the Meta
|
||||||
;; but they do need Meta and Super
|
(setq mac-command-modifier 'meta)
|
||||||
(setq mac-command-modifier 'super)
|
|
||||||
(setq mac-option-modifier 'meta)
|
(setq mac-option-modifier 'meta)
|
||||||
|
|
||||||
(defun prelude-swap-meta-and-super ()
|
(defun prelude-swap-meta-and-super ()
|
||||||
|
|
Loading…
Reference in a new issue