From 961f8a856be1cdfead78549198f76bdd3ebf96c5 Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Fri, 29 Jan 2021 23:16:11 -0500 Subject: [PATCH] [emacs] Fix org-mode config tangling --- .doom.d/config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.doom.d/config.org b/.doom.d/config.org index 3abe27e..22c0a81 100644 --- a/.doom.d/config.org +++ b/.doom.d/config.org @@ -131,7 +131,7 @@ Calibre library, which I regularly export and keep synced via Nextcloud. Configure a variety of options and tools for [[https://orgmode.org][Org Mode]], the markup I use for everything from simple notes to task management. -#+begin_src emacs-lisp :noweb yes :tangle yes :noweb-ref org-all +#+begin_src emacs-lisp :noweb yes :tangle "config.el" :noweb-ref org-all (after! org <>) #+end_src