Code style
This commit is contained in:
parent
0f2da2e9b2
commit
00b16e5ce7
1 changed files with 3 additions and 2 deletions
|
@ -43,8 +43,9 @@
|
||||||
(setq mac-option-modifier 'meta)
|
(setq mac-option-modifier 'meta)
|
||||||
|
|
||||||
(defun prelude-swap-meta-and-super ()
|
(defun prelude-swap-meta-and-super ()
|
||||||
"Swap the mapping of meta and super. Very useful for people using their Mac
|
"Swap the mapping of Meta and Super.
|
||||||
with a Windows external keyboard from time to time."
|
Very useful for people using their Mac with a
|
||||||
|
Windows external keyboard from time to time."
|
||||||
(interactive)
|
(interactive)
|
||||||
(if (eq mac-command-modifier 'super)
|
(if (eq mac-command-modifier 'super)
|
||||||
(progn
|
(progn
|
||||||
|
|
Loading…
Reference in a new issue