From 674b6ca7cbeec40183cfd24bf8796438164d9843 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 21 Jan 2026 10:03:28 -0800 Subject: [PATCH] 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 --- dotfiles/emacs.d/org-config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/emacs.d/org-config.org b/dotfiles/emacs.d/org-config.org index b8b92538..450d8940 100644 --- a/dotfiles/emacs.d/org-config.org +++ b/dotfiles/emacs.d/org-config.org @@ -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