fix(emacs): add keybind for hl-todo-rgrep
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
e51516b03e
commit
b25037f700
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@
|
|||
(use-package hl-todo :straight t
|
||||
:hook ((prog-mode . hl-todo-mode)
|
||||
(LaTeX-mode . hl-todo-mode))
|
||||
:bind (("C-c r h" . hl-todo-rgrep))
|
||||
:custom-face
|
||||
(hl-todo ((t (:inherit nano-salient-i))))
|
||||
:custom
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue