Skip to content

Commit

Permalink
Load hl-todo for org-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jacmoe committed Oct 10, 2023
1 parent 71fc0da commit 9c5bcfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.el
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(use-package! hl-todo
:config
(global-hl-todo-mode t)
(add-hook 'org-mode-hook 'hl-todo-mode)
(keymap-set hl-todo-mode-map "C-c h p" #'hl-todo-previous)
(keymap-set hl-todo-mode-map "C-c h n" #'hl-todo-next))

Expand Down

0 comments on commit 9c5bcfb

Please sign in to comment.