author | Luke Hoersten <Luke@Hoersten.org> |
Mon, 29 Nov 2010 11:40:31 -0600 | |
changeset 29 | b52bb6669eed |
parent 28 | 8f4bd2f2cc06 |
permissions | -rw-r--r-- |
26 | 1 |
;; ~/.emacs.d/darwin.el |
2 |
;; Luke Hoersten <[email protected]> |
|
3 |
||
27 | 4 |
;; Keyboard layout: caps=command, command=alt |
5 |
(setq-default ns-command-modifier 'control) |
|
6 |
||
26 | 7 |
(if window-system |
8 |
(progn |
|
28
8f4bd2f2cc06
Aquamacs comes with more features so I removed some mac stuff.
Luke Hoersten <Luke@Hoersten.org>
parents:
27
diff
changeset
|
9 |
(tabbar-mode nil) |
26 | 10 |
(menu-bar-mode t) |
11 |
(set-default-font "Menlo-12") |
|
12 |
)) |
|
13 |
||
29
b52bb6669eed
Added align-with-spaces require.
Luke Hoersten <Luke@Hoersten.org>
parents:
28
diff
changeset
|
14 |
(message "Loaded Darwin settings") |
b52bb6669eed
Added align-with-spaces require.
Luke Hoersten <Luke@Hoersten.org>
parents:
28
diff
changeset
|
15 |
(provide 'darwin) |