1 2 3 4 5 6 7 8
;; Start of oni-hl-todo (use-package hl-todo :init (global-hl-todo-mode)) (use-package consult-todo) ;; End of oni-hl-todo