Skip to content

Instantly share code, notes, and snippets.

@mwilliams
Created October 20, 2009 06:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mwilliams/214059 to your computer and use it in GitHub Desktop.
Save mwilliams/214059 to your computer and use it in GitHub Desktop.
;; Color themes
(add-to-list 'load-path "/vendor/color-theme-6.6.0/")
(add-to-list 'load-path "/vendor/twilight-emacs/")
(require 'color-theme)
(require 'color-theme-twilight)
(color-theme-twilight)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment