summary refs log tree commit diff
path: root/emacs.d/init.el
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2017-02-17 08:54:28 -0800
committerFranck Cuny <franck.cuny@gmail.com>2017-02-17 08:54:28 -0800
commit29cdadf138363035efeff74b784a16b373463472 (patch)
tree5101866e4bfaf685c710dab7b0df2ec9d28cca4d /emacs.d/init.el
parent[bin] Script to install fonts (diff)
downloademacs.d-29cdadf138363035efeff74b784a16b373463472.tar.gz
[Emacs] Move wabi-sabi theme inside this repo.
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))