commit 4211b991d6644434a4eab6cbdd4c8fccc595912d parent 28de53b0dbe513ff9bb5c1ef343f752ca0e74964 Author: Thomas Frössman <thomasf@jossystem.se> Date: Fri, 13 Apr 2012 03:02:46 +0200 Merge branch 'master' into org-color-2 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! ;; @@ -482,4 +482,4 @@ (provide 'solarized-theme) -;;; solarized-core.el ends here. +;;; solarized-theme.el ends here.