solarized-emacs

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

commit 6d6236e0ad862fa9bbb89a3068d1416ac8fc7383
parent 0c74a99c37df54b8923fde6fbf8a8b11e7ab9345
Author: Bozhidar Batsov <bozhidar@tradeo.com>
Date:   Fri, 15 Feb 2013 14:46:09 +0200

A couple of smallish front-matter changes

Diffstat:
Msolarized.el | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/solarized.el b/solarized.el @@ -1,8 +1,8 @@ ;;; solarized.el --- Solarized for Emacs. -;; Copyright (C) 2011,2012 Bozhidar Batsov +;; Copyright (C) 2011-2013 Bozhidar Batsov -;; Author: Bozhidar Batsov <bozhidar.batsov@gmail.com> +;; Author: Bozhidar Batsov <bozhidar@batsov.com> ;; Author: Thomas Frössman <thomasf@jossystem.se> ;; URL: http://github.com/bbatsov/solarized-emacs ;; Version: 0.5.0 @@ -41,7 +41,7 @@ ;; Ethan Schoonover created the original theme for vim on such this port ;; is based. ;; -;;; Code +;;; Code: (defun create-solarized-theme (variant theme-name &optional childtheme) (let* ((class '((class color) (min-colors 89))) @@ -990,4 +990,4 @@ (provide 'solarized) -;;; solarized.el ends here. +;;; solarized.el ends here