diff options
| author | Luke Hoersten <[email protected]> | 2010-11-03 22:29:10 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2010-11-03 22:29:10 -0500 |
| commit | 5e205cf89bc8d76ab5ce21f2ba23571f31cd03b7 (patch) | |
| tree | f0cc429c924a8fc08efba18085f9b62cc3a39e3f /darwin.el | |
| parent | 14bfb013b0f71855bff7fba3c725d7bbec217492 (diff) | |
Fixed up some Mac keys.
Diffstat (limited to 'darwin.el')
| -rw-r--r-- | darwin.el | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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) |
