solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit a9aa77af723cb9282560e31915b693febe23955f
parent 9a29efb0ec791b1dcccb11779bdef346d394102a
Author: Bozhidar Batsov <bozhidar.batsov@gmail.com>
Date:   Thu, 12 Apr 2012 09:51:27 -0700

Merge pull request #14 from thomasf/docfix

Changed documentation strings from solarized-core to solarized-theme
Diffstat:
Msolarized-theme.el | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/solarized-theme.el b/solarized-theme.el @@ -1,4 +1,4 @@ -;;; solarized-core.el --- Solarized for Emacs. +;;; solarized-theme.el --- Solarized for Emacs. ;; Copyright (C) 2011 Bozhidar Batsov @@ -25,7 +25,7 @@ ;; ;;; Installation: ;; -;; Drop the `colarized-core.el` somewhere in your `load-path` and +;; Drop the `solarized-theme.el` somewhere in your `load-path` and ;; the two themes in a folder that is on `custom-theme-load-path' ;; and enjoy! ;; @@ -464,4 +464,4 @@ (provide 'solarized-theme) -;;; solarized-core.el ends here. +;;; solarized-theme.el ends here.