Skip to content

Commit

Permalink
Contact email updated
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarcot committed Jun 19, 2012
1 parent 626886d commit a597f66
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
color-theme-pomgranate-explosion
================================

An soft and elegant color theme for emacs.
A soft and elegant color theme for emacs.

Usage
-----

The Pomgranate Explosion color theme requires emacs [color-theme](http://emacswiki.org/emacs/ColorTheme) plugin. Once you have cloned color-theme-pomgranate-explosion with `git clone https://github.com/bmarcot/color-theme-pomgranate-explosion.git`, be sure to add the following lines to your `.emacs` config file.
The Pomgranate Explosion color theme requires emacs [color-theme](http://emacswiki.org/emacs/ColorTheme) plugin. Once you have cloned color-theme-pomgranate-explosion with `git clone https://github.com/bmarcot/color-theme-pomgranate-explosion.git`, be sure to add the following lines to your `.emacs` config file (assuming you have downloaded color-theme-pomgranate-explosion to your home directory).

(require 'color-theme)
(load-file "~/color-theme-pomgranate-explosion/color-theme-pomgranate-explosion.el")
Expand All @@ -26,7 +26,7 @@ Check the [color-theme-pomgranate-explosion wiki page](https://github.com/bmarco
Contact
-------

For any comments and/or suggestions, please contact me at: `bmarcot AT gmail DOT com`
For any comments and/or suggestions, please contact me at: `juz4m@hotmail.com (juz4m AT hotmail DOT com)`

Licence
-------
Expand Down
8 changes: 4 additions & 4 deletions color-theme-pomgranate-explosion.el
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
;; color-theme-bleen: a blue and green color theme for GNU Emacs
;; Copyright (C) 2012 Benoit Marcot - bmarcot AT gmail DOT com
;; color-theme-pomgranate-explosion: a color theme for GNU Emacs

;; Copyright (C) 2012 Benoit Marcot - juz4m AT hotmail DOT com

;; This program is free software: you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as
Expand All @@ -16,8 +17,7 @@
;; <http://www.gnu.org/licenses/>.

(defun color-theme-pomgranate-explosion ()
"Color Theme Pomgranate Explosion - Benoit Marcot (bmarcot@gmail.com),
inspired by color-theme-gallois & Kuler."
"Color Theme Pomgranate Explosion - Benoit Marcot (juz4m@hotmail.com)."
(interactive)
(color-theme-install
'(color-theme-pomgranate-explosion
Expand Down

0 comments on commit a597f66

Please sign in to comment.