fix: add noweb header arg to modules block
This commit is contained in:
parent
6e49449944
commit
1ea7d5e3fc
|
@ -771,7 +771,7 @@ One of Doom Emacs's most useful features is its modular configuration system, al
|
||||||
)
|
)
|
||||||
#+end_src
|
#+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; -*-
|
;;; init.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
(doom! <<doom-input>>
|
(doom! <<doom-input>>
|
||||||
|
|
Loading…
Reference in a new issue