Browse Source

Added some very minor documentation on how to make this work.

pull/27/head
Greg Pfeil 15 years ago
parent
commit
9b3886465f
  1. 10
      emacs-color-theme-solarized/color-theme-solarized.el

10
emacs-color-theme-solarized/color-theme-solarized.el

@ -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
(require 'color-theme))

Loading…
Cancel
Save