Skip to content

Commit

Permalink
Trying to fix the requires for color-themes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jory committed Jul 23, 2011
1 parent a8dc602 commit 7db41ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1,050 deletions.
8 changes: 7 additions & 1 deletion Jory/colours.el
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
(require 'color-theme)
(require 'color-theme-github)
(require 'color-theme-railscasts)
(require 'color-theme-solarized)
(require 'color-theme-zenburn)

(defalias 'zen 'color-theme-zenburn)
(defalias 'dark 'color-theme-solarized-dark)
(defalias 'light 'color-theme-solarized-light)
(zenburn)

(global-set-key (kbd "C-c c z") 'zen)
(global-set-key (kbd "C-c c d") 'dark)
(global-set-key (kbd "C-c c l") 'light)

(color-theme-zenburn)
Loading

0 comments on commit 7db41ed

Please sign in to comment.