Skip to content

Instantly share code, notes, and snippets.

@nanasess
Created February 20, 2013 10:54
Show Gist options
  • Save nanasess/4994747 to your computer and use it in GitHub Desktop.
Save nanasess/4994747 to your computer and use it in GitHub Desktop.
(add-to-list 'load-path (expand-file-name
(concat user-site-lisp-directory "color-theme-6.6.0")))
(require 'color-theme)
(eval-after-load "color-theme"
'(progn
(color-theme-initialize)
(color-theme-hober)))
(add-to-list 'load-path (expand-file-name
(concat user-site-lisp-directory "emacs-color-theme-solarized")))
(require 'color-theme-solarized)
(load-theme 'solarized-light t)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment