darwin.el
author Luke Hoersten <Luke@Hoersten.org>
Sat, 06 Nov 2010 21:28:48 -0500
changeset 28 8f4bd2f2cc06
parent 27 7a247a2fccdd
child 29 b52bb6669eed
permissions -rw-r--r--
Aquamacs comes with more features so I removed some mac stuff.

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

(provide 'darwin)