diff options
Diffstat (limited to 'darwin.el')
| -rw-r--r-- | darwin.el | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/darwin.el b/darwin.el new file mode 100644 index 0000000..98d77c9 --- /dev/null +++ b/darwin.el @@ -0,0 +1,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)
\ No newline at end of file |
