Skip to content

Commit

Permalink
my-matrix: clean-up dependencies
Browse files Browse the repository at this point in the history
I can drop these once I'm pulling directly from elpa
  • Loading branch information
stsquad committed Nov 1, 2023
1 parent 4824568 commit 2e872fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion my-matrix.el
Expand Up @@ -11,8 +11,11 @@
(use-package taxy-magit-section
:ensure t)

(use-package plz
:ensure t)

(use-package ement
:requires (taxy taxy-magit-section)
:requires (plz taxy taxy-magit-section)
:load-path (lambda () (my-return-path-if-ok
"~/src/emacs/ement.el.git"))
:custom
Expand Down

0 comments on commit 2e872fd

Please sign in to comment.