src.nth.io/

summaryrefslogtreecommitdiff
path: root/darwin.el
blob: 98d77c980f3c75225a2af0b232d1df177ec73632 (plain)
1
2
3
4
5
6
7
8
9
10
11
;; ~/.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)