changeset 32 | 68b57950fa11 |
parent 31 | 27930e0310d6 |
child 33 | 3be3d7b4cae4 |
31:27930e0310d6 | 32:68b57950fa11 |
---|---|
1 ;; ~/.emacs.d/darwin.el |
|
2 ;; Luke Hoersten <[email protected]> |
|
3 |
|
4 ;; Keyboard layout: caps=command, command=alt |
|
5 (setq-default ns-command-modifier 'control) |
|
6 |
|
7 (if window-system |
|
8 (progn |
|
9 (tabbar-mode nil) |
|
10 (menu-bar-mode t) |
|
11 (set-default-font "Menlo-12") |
|
12 )) |
|
13 |
|
14 (message "Loaded Darwin settings") |
|
15 (provide 'darwin) |