Skip to content

Commit

Permalink
my-matrix: use packages over local checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
stsquad committed Mar 18, 2024
1 parent 891aab3 commit 251950d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions my-matrix.el
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@

(use-package ement
:requires (plz taxy taxy-magit-section)
:load-path (lambda () (my-return-path-if-ok
"~/src/emacs/ement.el.git"))
:ensure t
;; :load-path (lambda () (my-return-path-if-ok
;; "~/src/emacs/ement.el.git"))
:custom
;; :NOTE| Notifications ought to be limited to @mentions only!
(ement-notify-notification-predicates '(ement-notify--event-mentions-session-user-p
Expand Down

0 comments on commit 251950d

Please sign in to comment.