Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jonathanchu/color-theme-heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanchu committed Apr 6, 2013
2 parents a364b8c + 6cfecec commit a4c607c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions color-theme-heroku.el
Expand Up @@ -8,13 +8,17 @@
;; Author: Jonathan Chu <jonathan.chu@me.com> ;; Author: Jonathan Chu <jonathan.chu@me.com>
;; URL: https://github.com/jonathanchu/color-theme-heroku ;; URL: https://github.com/jonathanchu/color-theme-heroku
;; Version: 1.0.0 ;; Version: 1.0.0
;; Package-Requires: ((color-theme "6.6.1"))
;; ;;
;; Installation (Emacs 23 and below) ;; Installation (Emacs 23 and below)
;; 1. Install the color-theme package ;; 1. Install the color-theme package
;; (http://www.emacswiki.org/cgi-bin/wiki/ColorTheme) ;; (http://www.emacswiki.org/cgi-bin/wiki/ColorTheme)
;; 2. Load this file i.e. (load-file "~/.emacs.d/vendor/custom-color-themes/color-theme-heroku.el") ;; 2. Load this file i.e. (load-file "~/.emacs.d/vendor/custom-color-themes/color-theme-heroku.el")
;; 3. (color-theme-heroku) ;; 3. (color-theme-heroku)


(require 'color-theme)

;;;###autoload
(defun color-theme-heroku () (defun color-theme-heroku ()
(interactive) (interactive)
(color-theme-install (color-theme-install
Expand Down

0 comments on commit a4c607c

Please sign in to comment.