src.nth.io/

summaryrefslogtreecommitdiff
path: root/darwin.el
diff options
context:
space:
mode:
Diffstat (limited to 'darwin.el')
-rw-r--r--darwin.el15
1 files changed, 0 insertions, 15 deletions
diff --git a/darwin.el b/darwin.el
deleted file mode 100644
index 79071f6..0000000
--- a/darwin.el
+++ /dev/null
@@ -1,15 +0,0 @@
-;; ~/.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")
- ))
-
-(message "Loaded Darwin settings")
-(provide 'darwin)