From 4d67a328b2e1139fc219bd69c7ddb04f94de364e Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 3 Jan 2017 23:04:24 -0500 Subject: [PATCH] module-write: don't change theme --- modules/custom-write.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/custom-write.el b/modules/custom-write.el index de853a8d9..dc5562ea4 100644 --- a/modules/custom-write.el +++ b/modules/custom-write.el @@ -7,7 +7,6 @@ ;; + Bibtex integration ;; Write-mode settings -(defconst write-mode-theme 'doom-one) (defconst write-mode-font (font-spec :family "Source Sans Pro" :size 14)) (defconst write-mode--last-mode-line mode-line-format) @@ -49,8 +48,6 @@ adds eye-candy to org-mode, switches to a light color theme and to a more readable font." (interactive) (setq write-mode (not write-mode)) - (when write-mode-theme - (doom/load-theme (if write-mode write-mode-theme write-mode--last-theme))) (when write-mode-font (doom/load-font (if write-mode write-mode-font doom-ui-font))) (mapc (lambda (b)