From 757a5fab184e8402cb41117da43439c877f33e8c Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Tue, 11 Dec 2012 01:44:49 +0100 Subject: Add the external yoshi-theme path to theme path --- .emacs.d/init.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index e62a2b0..3e18c11 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -20,7 +20,10 @@ (let ((loaddefs (concat directory "/loaddefs.el"))) (when (file-exists-p loaddefs) (load loaddefs)))) - '("~/var/src/emacs/dispass.el" "~/var/src/emacs/mode-icons"))) + '("~/var/src/emacs/dispass.el" "~/var/src/emacs/mode-icons")) + (mapc #'(lambda (dir) + (add-to-list 'custom-theme-load-path dir)) + '("~/var/src/emacs/yoshi-theme"))) (require 'geiser-install) (require 'iso-transl) -- cgit v1.2.3-54-g00ecf