Skip to content

Commit

Permalink
fix: add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
eki3z committed Jan 23, 2025
1 parent af8016f commit 3939acd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions consult-todo.el
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@
(require 'pcase)
(require 'subr-x))

(require 'consult)
(require 'hl-todo)
(require 'seq)
(require 'compile)
(require 'grep)
(require 'consult)
(require 'hl-todo)

(declare-function project-root "project")

Expand Down

0 comments on commit 3939acd

Please sign in to comment.