solarized-emacs

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

commit 31ee7aeba2a3af7c5bc14b94dbc328102937bef7
parent 9a29efb0ec791b1dcccb11779bdef346d394102a
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Thu, 12 Apr 2012 16:06:15 +0200

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.