darwin.el
author Luke Hoersten <Luke@Hoersten.org>
Sat, 04 Dec 2010 13:21:20 -0600
changeset 30 5aa1ceff049d
parent 29 b52bb6669eed
permissions -rw-r--r--
Started using eshell with TERM=emacs for bash colors.

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