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)
|
||||
|
||||
(defun prelude-swap-meta-and-super ()
|
||||
"Swap the mapping of meta and super. Very useful for people using their Mac
|
||||
with a Windows external keyboard from time to time."
|
||||
"Swap the mapping of Meta and Super.
|
||||
Very useful for people using their Mac with a
|
||||
Windows external keyboard from time to time."
|
||||
(interactive)
|
||||
(if (eq mac-command-modifier 'super)
|
||||
(progn
|
||||
|
|
Loading…
Reference in a new issue