From 00d2eb12a1e31ea07059040376ae478b9f223efa Mon Sep 17 00:00:00 2001
From: Case Duckworth
Date: Fri, 4 Dec 2020 00:31:29 -0600
Subject: 	Add hl-todo 	# Please enter the commit message for your
 changes. Lines starting 	# with '#' will be ignored, and an empty
 message aborts the commit. 	# 	# On branch master 	# Your branch
 is ahead of 'origin/master' by 3 commits. 	#   (use "git push" to publish
 your local commits) 	# 	# Changes to be committed: 	#
 modified:   config.org 	# 	# Changes not staged for commit: 
 #	modified:   config.org 	#

---
 config.org | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/config.org b/config.org
index 6f5df07..6208dd3 100644
--- a/config.org
+++ b/config.org
@@ -1371,6 +1371,13 @@ I only want line numbers in =prog-mode=-derived modes.  In addition, apparently
   (add-hook 'prog-mode-hook #'acdw/enable-line-numbers)
 #+end_src
 
+*** [[https://github.com/tarsius/hl-todo][hl-todo]]
+
+#+begin_src emacs-lisp
+  (use-package hl-todo
+    :hook (prog-mode . hl-todo-mode))
+#+end_src
+
 ** Programming languages
 
 These are the programming languages I (don't really) use.
-- 
cgit 1.4.1-21-gabe81