From 5e205cf89bc8d76ab5ce21f2ba23571f31cd03b7 Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Wed, 3 Nov 2010 22:29:10 -0500 Subject: Fixed up some Mac keys. --- darwin.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'darwin.el') 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 -;;(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) -- cgit v1.2.3