Skip to content

Commit

Permalink
my-matrix: ensure dependencies available
Browse files Browse the repository at this point in the history
  • Loading branch information
stsquad committed Oct 27, 2023
1 parent 8639736 commit 50dd67e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions my-matrix.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@
;;
;;; Code:

;; while running ement from a checkout we need to ensure
;; some of its dependencies
(use-package taxy-magit-section
:ensure t)

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

0 comments on commit 50dd67e

Please sign in to comment.