Added some very minor documentation on how to make this work.
parent
fb58e62138
commit
9b3886465f
|
|
@ -1,4 +1,14 @@
|
||||||
|
;;; Author: Ethan Schoonover, Solarized; Greg Pfeil, Emacs adaptation
|
||||||
|
;;; URL: http://ethanschoonover.com/solarized
|
||||||
|
|
||||||
|
;;; This file is not (YET) part of GNU Emacs.
|
||||||
|
|
||||||
|
;;; # Usage
|
||||||
|
|
||||||
|
;;; 1. Install the color-theme package
|
||||||
|
;;; (http://www.emacswiki.org/cgi-bin/wiki/ColorTheme)
|
||||||
|
;;; 2. Load this file
|
||||||
|
;;; 3. M-x color-theme-solarized-[dark|light]
|
||||||
|
|
||||||
(eval-when-compile
|
(eval-when-compile
|
||||||
(require 'color-theme))
|
(require 'color-theme))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue