diff --git a/modules/config/literate/autoload.el b/modules/config/literate/autoload.el index 068d38daf..99e5bf1da 100644 --- a/modules/config/literate/autoload.el +++ b/modules/config/literate/autoload.el @@ -18,7 +18,7 @@ byte-compiled from.") "Tangles `+literate-config-file' if it has changed." (print! (start "Compiling your literate config...")) (print-group! - (and (not (getenv "NOTANGLE")) + (and (not (getenv "__NOTANGLE")) (require 'ox nil t) (require 'ob-tangle nil t) (letf! ((default-directory doom-private-dir) @@ -72,7 +72,7 @@ byte-compiled from.") (with-temp-file cache) (if doom-interactive-p t (message "Restarting..." ) - (doom-cli-execute-lines-after "NOTANGLE=1 $@") + (doom-cli-execute-lines-after "__NOTANGLE=1 $@") (kill-emacs 0)))))) ;;;###autoload