fix: enable org-window-habit in tangled config

Add :tangle directive to org-window-habit source block so it gets
included in org-config-config.el for the container deployment.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-21 10:03:28 -08:00
parent 08cf4ae492
commit 674b6ca7cb

View File

@@ -1102,7 +1102,7 @@ alphanumeric characters only."
:commands org-ql-find-in-agenda)
#+end_src
** org-window-habit
#+begin_src emacs-lisp
#+begin_src emacs-lisp :tangle org-config-config.el
(use-package org-window-habit
:demand t
:straight