Skip to content

Commit

Permalink
Removed custom color-theme packages, as the twilight theme can be used
Browse files Browse the repository at this point in the history
with the built in load-theme feature of Emacs 24.
  • Loading branch information
darrenaustin committed Jul 7, 2012
1 parent 852eb70 commit c63cc6b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions 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)
2 changes: 0 additions & 2 deletions emacs.d/init.el
Expand Up @@ -37,8 +37,6 @@

(defvar my-packages
'(
color-theme
color-theme-solarized
markdown-mode
magit
org
Expand Down

0 comments on commit c63cc6b

Please sign in to comment.