fix: add noweb header arg to modules block

This commit is contained in:
Kiana Sheibani 2024-08-21 18:41:00 -04:00
parent 6e49449944
commit 1ea7d5e3fc
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -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! <<doom-input>>