diff -r 303d1b762ccc -r bd86fe64dfc8 linux.el --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux.el Wed Nov 03 22:22:06 2010 -0500 @@ -0,0 +1,14 @@ +;; ~/.emacs.d/linux.el +;; Luke Hoersten + +(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