Add consult-todo

This commit is contained in:
David Morgan 2023-11-11 13:31:01 +00:00
parent 4fcfe52680
commit 7167cd9020
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 4 additions and 0 deletions

View File

@ -475,5 +475,9 @@ DEFS is a plist associating completion categories to commands."
:hook
(embark-collect-mode . consult-preview-at-point-mode))
(use-package consult-todo
;; TODO use consult-todo-project when it works
:bind ("C-c c t t" . consult-todo))
(provide 'init-minibuffer)
;;; init-minibuffer.el ends here