From 752a6b55b5acf3a6dc9aa2a173b6c7816b67869d Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Tue, 25 Jun 2013 11:12:54 -0500 Subject: Tons more cleanups after emacs24 update. --- color-theme-init.el | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 color-theme-init.el (limited to 'color-theme-init.el') diff --git a/color-theme-init.el b/color-theme-init.el deleted file mode 100644 index 53b238c..0000000 --- a/color-theme-init.el +++ /dev/null @@ -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) -- cgit v1.2.3