darwin.el
author Luke Hoersten <Luke@Hoersten.org>
Mon, 29 Nov 2010 11:40:31 -0600
changeset 29 b52bb6669eed
parent 28 8f4bd2f2cc06
permissions -rw-r--r--
Added align-with-spaces require.

;; ~/.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)