darwin.el
author Luke Hoersten <Luke@Hoersten.org>
Sun, 12 Dec 2010 10:43:21 -0600
changeset 31 27930e0310d6
parent 29 b52bb6669eed
permissions -rw-r--r--
Reorganized a ton. Split into 3 main sections: General, Modes, and Requires.

;; ~/.emacs.d/darwin.el
;; Luke Hoersten <[email protected]>

;; Keyboard layout: caps=command, command=alt
(setq-default ns-command-modifier 'control)

(if window-system
    (progn
      (tabbar-mode nil)
      (menu-bar-mode t)
      (set-default-font "Menlo-12")
      ))

(message "Loaded Darwin settings")
(provide 'darwin)