Skip to content

Commit

Permalink
fixes bbatsov#32
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Jan 10, 2012
1 parent cff4807 commit 8c0e24f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion zenburn-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Author: Bozhidar Batsov <bozhidar.batsov@gmail.com>
;; URL: http://github.com/bbatsov/zenburn-emacs
;; Version: 0.1
;; Version: 1.1

;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -459,6 +459,11 @@
'(ansi-color-names-vector [zenburn-bg zenburn-red zenburn-green zenburn-yellow
zenburn-blue zenburn-magenta zenburn-cyan zenburn-fg]))

;;;###autoload
(when load-file-name
(add-to-list 'custom-theme-load-path
(file-name-as-directory (file-name-directory load-file-name))))

(provide-theme 'zenburn)

;; Local Variables:
Expand Down

0 comments on commit 8c0e24f

Please sign in to comment.