From 92d5f4266c54166b395d20f6aa0b125cf0b56e08 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 10 May 2018 23:18:46 +0200 Subject: [PATCH] custom-theme-directory = ~/.doom.d/themes/ --- core/core-ui.el | 1 + 1 file changed, 1 insertion(+) diff --git a/core/core-ui.el b/core/core-ui.el index 4f0b4fb53..23c7137c8 100644 --- a/core/core-ui.el +++ b/core/core-ui.el @@ -41,6 +41,7 @@ shorter major mode name in the mode-line. See `doom|set-mode-name'.") compilation-scroll-output 'first-error confirm-nonexistent-file-or-buffer t cursor-in-non-selected-windows nil ; hide cursors in other windows + custom-theme-directory (concat doom-private-dir "themes/") display-line-numbers-width 3 enable-recursive-minibuffers nil frame-inhibit-implied-resize t