]> git.armaanb.net Git - config.org.git/commitdiff
Fixup hl-todo
authorArmaan Bhojwani <me@armaanb.net>
Sun, 28 Mar 2021 19:02:37 +0000 (15:02 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Sun, 28 Mar 2021 19:02:37 +0000 (15:02 -0400)
config.org

index c790ba2549345083066404dde685db6836a7b0df..83e1ba1dae246b27aa3facfa6c1730903f75dbbf 100644 (file)
@@ -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