1
0
Fork 0

fix(emacs): add keybind for hl-todo-rgrep

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-11-28 01:25:05 -05:00
parent e51516b03e
commit b25037f700
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -61,6 +61,7 @@
(use-package hl-todo :straight t (use-package hl-todo :straight t
:hook ((prog-mode . hl-todo-mode) :hook ((prog-mode . hl-todo-mode)
(LaTeX-mode . hl-todo-mode)) (LaTeX-mode . hl-todo-mode))
:bind (("C-c r h" . hl-todo-rgrep))
:custom-face :custom-face
(hl-todo ((t (:inherit nano-salient-i)))) (hl-todo ((t (:inherit nano-salient-i))))
:custom :custom