diff -r 7446c9ffe828 -r e35be98bd58c color-theme-init.el --- a/color-theme-init.el Mon Jun 24 21:49:23 2013 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,21 +0,0 @@ -;; ~/.emacs.d/color-theme-init.el -;; Luke Hoersten - -;;; color theme -(if window-system - (progn - (require 'color-theme) - - ;; solarized - (add-to-list 'load-path "~/.emacs.d/thirdparty/color-theme-solarized") - (require 'color-theme-solarized) - (color-theme-solarized-light) - ;; (color-theme-solarized-dark) - - ;; twilight - ;; (load "color-theme-twilight") - ;; (color-theme-twilight) - )) - -(message "Loading color-theme-init...done") -(provide 'color-theme-init)