src.nth.io/

summaryrefslogtreecommitdiff
path: root/darwin.el
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2010-11-03 22:29:10 -0500
committerLuke Hoersten <[email protected]>2010-11-03 22:29:10 -0500
commit165250027d4806ed9e5e70f79ab2f3d577e42360 (patch)
treef0cc429c924a8fc08efba18085f9b62cc3a39e3f /darwin.el
parent3c61452f47101763958533c1f831744b420d295d (diff)
Fixed up some Mac keys.
Diffstat (limited to 'darwin.el')
-rw-r--r--darwin.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/darwin.el b/darwin.el
index 98d77c9..4f0abaa 100644
--- a/darwin.el
+++ b/darwin.el
@@ -1,7 +1,9 @@
;; ~/.emacs.d/darwin.el
;; Luke Hoersten <[email protected]>
-;;(setq-default ns-command-modifier)
+;; Keyboard layout: caps=command, command=alt
+(setq-default ns-command-modifier 'control)
+
(if window-system
(progn
(menu-bar-mode t)