Added post-init for the gruber-darker-theme recipe.

This commit is contained in:
rexim 2013-10-04 20:00:46 +07:00
parent 390dcb213a
commit 10dabe0f52

View File

@ -1,4 +1,6 @@
(:name gruber-darker-theme (:name gruber-darker-theme
:description "Gruber Darker color theme for Emacs 24" :description "Gruber Darker color theme for Emacs 24"
:type github :type github
:pkgname "rexim/gruber-darker-theme") :pkgname "rexim/gruber-darker-theme"
:post-init (add-to-list 'custom-theme-load-path
default-directory))