src.nth.io/

summaryrefslogtreecommitdiff
path: root/darwin.el
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2010-11-03 22:22:06 -0500
committerLuke Hoersten <[email protected]>2010-11-03 22:22:06 -0500
commit3c61452f47101763958533c1f831744b420d295d (patch)
treec4ad8d7a6612d2f0d70b3ec8b4f27cb676a5aa45 /darwin.el
parentf777b990579e0af1dd6bbad2c93d1cd07481acb4 (diff)
Added OS specific configs.
Diffstat (limited to 'darwin.el')
-rw-r--r--darwin.el11
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