Skip to content

Commit

Permalink
refactor: hl-todo
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Jul 10, 2024
1 parent 9cbc56f commit 7eaaa7a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lisp/init-highlight.el
Original file line number Diff line number Diff line change
Expand Up @@ -211,11 +211,12 @@ FACE defaults to inheriting from default and highlight."
(hl-todo ((t (:inherit default :height 0.9 :width condensed :weight bold :underline nil :inverse-video t))))
:bind (:map hl-todo-mode-map
([C-f3] . hl-todo-occur)
("C-c t o" . hl-todo-occur)
("C-c t p" . hl-todo-previous)
("C-c t n" . hl-todo-next)
("C-c t o" . hl-todo-occur)
("C-c t i" . hl-todo-insert)
("C-c t r" . hl-todo-rg-project)
("C-c t i" . hl-todo-insert))
("C-c t R" . hl-todo-rg))
:hook ((after-init . global-hl-todo-mode)
(hl-todo-mode . (lambda ()
(add-hook 'flymake-diagnostic-functions
Expand Down

0 comments on commit 7eaaa7a

Please sign in to comment.