summary refs log tree commit diff
path: root/emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el
index a1bccb8..d22df22 100644
--- a/emacs.d/init.el
+++ b/emacs.d/init.el
@@ -535,7 +535,7 @@
 
 (use-package wabi-sabi-theme
   ;; this is my own custom theme. No syntax highlighting
-  :load-path (lambda () (expand-file-name  "~/src/wabi-sabi-theme.el/"))
+  :load-path (lambda () (expand-file-name  "lib" user-emacs-directory))
   :config
   (load-theme 'wabi-sabi t))