From c63cc6bcee0ae4b240d407fdd1e6e4658217b3b1 Mon Sep 17 00:00:00 2001 From: Darren Austin Date: Fri, 6 Jul 2012 19:24:49 -0700 Subject: [PATCH] Removed custom color-theme packages, as the twilight theme can be used with the built in load-theme feature of Emacs 24. --- emacs.d/config-theme.el | 3 +-- emacs.d/init.el | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/emacs.d/config-theme.el b/emacs.d/config-theme.el index d4b888a..4bb8952 100644 --- a/emacs.d/config-theme.el +++ b/emacs.d/config-theme.el @@ -1,8 +1,7 @@ ;;; config-theme.el --- Configure color theme ;; -(require 'color-theme) - +;; TODO: do we really need a config file for this? (load-theme 'twilight t) (provide 'config-theme) diff --git a/emacs.d/init.el b/emacs.d/init.el index 6b7dc23..7524e9d 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -37,8 +37,6 @@ (defvar my-packages '( - color-theme - color-theme-solarized markdown-mode magit org