From 14bfb013b0f71855bff7fba3c725d7bbec217492 Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Wed, 3 Nov 2010 22:22:06 -0500 Subject: Added OS specific configs. --- linux.el | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 linux.el (limited to 'linux.el') diff --git a/linux.el b/linux.el new file mode 100644 index 0000000..ed8968d --- /dev/null +++ b/linux.el @@ -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 -- cgit v1.2.3