From: Armaan Bhojwani Date: Sun, 28 Mar 2021 19:02:37 +0000 (-0400) Subject: Fixup hl-todo X-Git-Url: https://git.armaanb.net/?p=config.org.git;a=commitdiff_plain;h=5aa66334a6677698141b9005c832b318ea17bc89 Fixup hl-todo --- diff --git a/config.org b/config.org index c790ba2..83e1ba1 100644 --- a/config.org +++ b/config.org @@ -148,11 +148,11 @@ Highlight when changes are made. :config (evil-goggles-mode) (evil-goggles-use-diff-faces)) #+end_src -** Highlight "TODO" comments +** Highlight TODOs in comments #+begin_src emacs-lisp (use-package hl-todo :straight (hl-todo :type git :host github :repo "tarsius/hl-todo") - :config (global-hl-todo-mode)) + :config (global-hl-todo-mode 1)) #+end_src ** Don't lose cursor #+begin_src emacs-lisp