From 7d0534b69969215a324ba8888f81bd9892d1a270 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Tue, 15 Jun 2021 20:36:54 -0400 Subject: [PATCH] Fix typo --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index 61ce1c8..28016d4 100644 --- a/config.org +++ b/config.org @@ -123,7 +123,7 @@ Highlight whitespace and other bad text practices. (add-hook hook (lambda () (whitespace-mode 1)))) #+end_src ** Highlight todo items in comments -+begin_src emacs-lisp +#+begin_src emacs-lisp (use-package hl-todo :straight (hl-todo :type git :host github :repo "tarsius/hl-todo") :config (global-hl-todo-mode 1)) -- 2.39.2