From 29cdadf138363035efeff74b784a16b373463472 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 17 Feb 2017 08:54:28 -0800 Subject: [Emacs] Move wabi-sabi theme inside this repo. --- emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs.d/init.el') 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)) -- cgit 1.4.1