From a3cd6f19a7ec5836daef88aefe2b36eb0fa97cd0 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Mon, 2 Oct 2017 18:05:34 +0200 Subject: [PATCH] [Themes] Move themes into separate directory --- init.el | 2 ++ exot-main-theme.el => themes/exot-main-theme.el | 0 2 files changed, 2 insertions(+) rename exot-main-theme.el => themes/exot-main-theme.el (100%) diff --git a/init.el b/init.el index 4380150..9604e7f 100644 --- a/init.el +++ b/init.el @@ -429,6 +429,8 @@ _h_ _l_ _o_k _y_ank "C:/Programme/cygwin64/bin/bash.exe" "/usr/bin/zsh")) +(setq custom-theme-directory (expand-file-name "themes/" emacs-d)) + ;; * Basic Builtin Packages diff --git a/exot-main-theme.el b/themes/exot-main-theme.el similarity index 100% rename from exot-main-theme.el rename to themes/exot-main-theme.el