diff options
| -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) |
