aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 36e2b1d..8d57dfb 100644
--- a/Makefile
+++ b/Makefile
@@ -73,4 +73,7 @@ endif
.PHONY: load-test
load-test:
@$(BATCH) -nw --load soria-theme.el \
- --eval "(progn (load-theme 'soria t) (message \"%s\" soria-theme-hide-helm-header))"
+ --eval "(progn \
+ (add-to-list 'custom-theme-load-path \"$(TOP)\") \
+ (load-theme 'soria t) \
+ (message \"%s\" soria-theme-hide-helm-header))"