mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-21 19:18:41 +00:00
[emacs] Fix org-mode config tangling
This commit is contained in:
parent
b7734b4fef
commit
961f8a856b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
<<org>>)
|
||||
#+end_src
|
||||
|
|
Loading…
Reference in a new issue