commit 3b2d4a9047bf000d09b5c4fe04649148804467ca parent c1d3c901afa8f9beffd23e05a97ca4f1a8baa93c Author: Thomas Frössman <thomasf@jossystem.se> Date: Thu, 12 Apr 2012 23:43:10 +0200 Merge branch 'master' into org-color Diffstat:
| M | solarized-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! ;; @@ -477,4 +477,4 @@ (provide 'solarized-theme) -;;; solarized-core.el ends here. +;;; solarized-theme.el ends here.