X-Git-Url: https://git.armaanb.net/?p=config.org.git;a=blobdiff_plain;f=config.org;h=28016d41f98b48aafd61ad6722af8343ea70f6b0;hp=61ce1c8fcb19e60708402b8f16d343d0cffd88d2;hb=7d0534b69969215a324ba8888f81bd9892d1a270;hpb=e96ff034ed7195bca79bd9cd17f3a2641abaf0d5 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))