From: Armaan Bhojwani Date: Wed, 16 Jun 2021 00:36:54 +0000 (-0400) Subject: Fix typo X-Git-Url: https://git.armaanb.net/?p=config.org.git;a=commitdiff_plain;h=7d0534b69969215a324ba8888f81bd9892d1a270 Fix typo --- 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))