From 1ea7d5e3fc3ec958d522d8adbc6be54413cbbfb5 Mon Sep 17 00:00:00 2001 From: Kiana Sheibani Date: Wed, 21 Aug 2024 18:41:00 -0400 Subject: [PATCH] fix: add noweb header arg to modules block --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index 19b13e4..70d4755 100644 --- a/config.org +++ b/config.org @@ -771,7 +771,7 @@ One of Doom Emacs's most useful features is its modular configuration system, al ) #+end_src -#+begin_src emacs-lisp :tangle init.el :exports none +#+begin_src emacs-lisp :tangle init.el :noweb no-export :exports none ;;; init.el -*- lexical-binding: t; -*- (doom! <>