]> git.armaanb.net Git - config.org.git/commitdiff
Fix typo
authorArmaan Bhojwani <me@armaanb.net>
Wed, 16 Jun 2021 00:36:54 +0000 (20:36 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Wed, 16 Jun 2021 00:36:54 +0000 (20:36 -0400)
config.org

index 61ce1c8fcb19e60708402b8f16d343d0cffd88d2..28016d41f98b48aafd61ad6722af8343ea70f6b0 100644 (file)
@@ -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
     (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))
   (use-package hl-todo
     :straight (hl-todo :type git :host github :repo "tarsius/hl-todo")
     :config (global-hl-todo-mode 1))