From 4e81605463c9bb88201b527b1db23d2f27cb1278 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 16 Oct 2018 02:17:53 -0400 Subject: [PATCH] ui/doom: set load-theme hooks sooner Allows users to remove them without after! blocks. --- modules/ui/doom/config.el | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/ui/doom/config.el b/modules/ui/doom/config.el index b2e792d47..7d294abd2 100644 --- a/modules/ui/doom/config.el +++ b/modules/ui/doom/config.el @@ -27,7 +27,6 @@ :init (unless doom-theme (setq doom-theme 'doom-one)) - :config ;; improve integration w/ org-mode (add-hook 'doom-load-theme-hook #'doom-themes-org-config) ;; more Atom-esque file icons for neotree/treemacs