From 27866c0c7db39375f4143f052dd222e0869a8f48 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Thu, 28 Aug 2025 21:37:27 -0500 Subject: [PATCH] Adding hl-todo back into my org docs. --- .config/doom/config.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/doom/config.el b/.config/doom/config.el index 3f57e0e..611f326 100644 --- a/.config/doom/config.el +++ b/.config/doom/config.el @@ -58,6 +58,8 @@ (setq org-directory "~/nc/Org/") (setq org-modern-table-vertical 1) (setq org-modern-table t) +(add-hook 'org-mode-hook #'hl-todo-mode) + ;; Whenever you reconfigure a package, make sure to wrap your config in an ;; `after!' block, otherwise Doom's defaults may override your settings. E.g.