diff options
| author | Luke Hoersten <[email protected]> | 2010-12-12 22:39:16 -0600 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2010-12-12 22:39:16 -0600 |
| commit | 3e0e4b7e2a78507dfae0a5c33ce9878fcb22df31 (patch) | |
| tree | 52531ab9dfd064f8e9a31498614697b969934e6e /darwin.el | |
| parent | 1739e3513ea17252ef573f996e75b61d0be84d29 (diff) | |
Fixed font problem and removed os-specific config files.
Diffstat (limited to 'darwin.el')
| -rw-r--r-- | darwin.el | 15 |
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) |
