darwin.el
author Luke Hoersten <Luke@Hoersten.org>
Wed, 03 Nov 2010 22:22:06 -0500
changeset 26 bd86fe64dfc8
child 27 7a247a2fccdd
permissions -rw-r--r--
Added OS specific configs.

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

;;(setq-default ns-command-modifier)
(if window-system
    (progn
      (menu-bar-mode t)
      (set-default-font "Menlo-12")
      ))

(provide 'darwin)