summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2016-12-12 22:39:53 -0500
committerKyle Meyer <kyle@kyleam.com>2016-12-12 22:39:53 -0500
commitc4aa1ef540bc36110b607585594b168a482ed870 (patch)
tree9856afab9842e29dce7ad2becdeb5b7a3d5828cb /init.el
parentbefb207b48e631b3c5855e12900387e69b03dc5c (diff)
downloademacs.d-c4aa1ef540bc36110b607585594b168a482ed870.tar.gz
Bundle stekene-light theme
stekene-dark and stekene-light were removed from MELPA in 0765af97 (Drop unmaintained themes (#4369), 2016-10-30), and the corresponding GitHub repo no longer exists.
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el
index 2d9b8b6..0c635c9 100644
--- a/init.el
+++ b/init.el
@@ -42,6 +42,7 @@
(defvar km/init-lisp-dir (expand-file-name "lisp/" user-emacs-directory))
(add-to-list 'load-path km/init-lisp-dir)
+(add-to-list 'custom-theme-load-path km/init-lisp-dir)
(require 'km-util)
(require 'km-emacs-autoloads nil t)