Error by one ;)

This commit is contained in:
Yann Esposito (Yogsototh) 2021-11-08 16:38:16 +01:00
parent d379185947
commit 9d5b5f6193
Signed by untrusted user who does not match committer: yogsototh
GPG Key ID: 7B19A4C650D59646
1 changed files with 5 additions and 5 deletions

View File

@ -67,11 +67,11 @@
nil
;; body
(if zen-writer-mode
(zen-writer-on)
(progn
;; save theme before enabling ZenWriter
(setq zen-writer--pre-zen-doom-theme doom-theme)
(zen-writer-off))))
(zen-writer-on))
(zen-writer-off)))
(defun zen-writer-select-user-theme ()
"Change the theme back to the theme prior to the Zen Writer theme."