Aquamacs comes with more features so I removed some mac stuff.
authorLuke Hoersten <Luke@Hoersten.org>
Sat, 06 Nov 2010 21:28:48 -0500
changeset 28 8f4bd2f2cc06
parent 27 7a247a2fccdd
child 29 b52bb6669eed
Aquamacs comes with more features so I removed some mac stuff.
darwin.el
init.el
linux.el
--- a/darwin.el	Wed Nov 03 22:29:10 2010 -0500
+++ b/darwin.el	Sat Nov 06 21:28:48 2010 -0500
@@ -6,6 +6,7 @@
 
 (if window-system
     (progn
+      (tabbar-mode nil)
       (menu-bar-mode t)
       (set-default-font "Menlo-12")
       ))
--- a/init.el	Wed Nov 03 22:29:10 2010 -0500
+++ b/init.el	Sat Nov 06 21:28:48 2010 -0500
@@ -75,6 +75,11 @@
       (scroll-bar-mode -1)  ; remove scroll bar
       (visual-line-mode t)  ; word wrap break on whitespace
       (global-hl-line-mode t)
+
+      ;; twilight theme
+      (require 'color-theme)
+      (load "color-theme-twilight")
+      (color-theme-twilight)
       ))
 
 ;; terminal
--- a/linux.el	Wed Nov 03 22:29:10 2010 -0500
+++ b/linux.el	Sat Nov 06 21:28:48 2010 -0500
@@ -4,11 +4,6 @@
 (if window-system
     (progn
       (set-default-font "Monospace-10")
-
-      ;; twilight theme
-      (require 'color-theme)
-      (load "color-theme-twilight")
-      (color-theme-twilight)
       ))
 
 (provide 'linux)
\ No newline at end of file