]> git.armaanb.net Git - config.org.git/blobdiff - config.org
Fix typo
[config.org.git] / 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
-+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))