From 54184d03d2922218ceb24d83285c6d6b268752e1 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 22 Dec 2017 16:53:37 +0000 Subject: [PATCH] Disable doom-themes-org-config I was causing org-mode to act weird. So let's disable it. --- themes/siren-theme-doom-vibrant.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/siren-theme-doom-vibrant.el b/themes/siren-theme-doom-vibrant.el index febd8e8..ff91fec 100644 --- a/themes/siren-theme-doom-vibrant.el +++ b/themes/siren-theme-doom-vibrant.el @@ -29,7 +29,8 @@ (doom-themes-neotree-config) ; all-the-icons fonts must be installed! ;; Corrects (and improves) org-mode's native fontification. - (doom-themes-org-config)) + ;; (doom-themes-org-config) + ) (provide 'siren-theme-doom-vibrant) ;;; siren-theme-doom-vibrant.el ends here