Set ntfy repo, require in config.el
This commit is contained in:
parent
fc9b85992d
commit
4df046c0d4
|
@ -70,6 +70,7 @@
|
|||
ntfy-topic "UhrNGphnSKCpCnk8"
|
||||
ntfy-header "Notification from emacs"
|
||||
ntfy-tags "purple_circle,loudspeaker"))
|
||||
(require 'ntfy)
|
||||
|
||||
;; projectile auto-discover projects
|
||||
(after! projectile
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; $DOOMDIR/packages.el
|
||||
|
||||
(package! pdf-tools :built-in 'prefer)
|
||||
(package! pdf-tools
|
||||
:built-in 'prefer)
|
||||
(package! pocket-reader)
|
||||
(package! elfeed-tube)
|
||||
(package! mpv)
|
||||
(package! ntfy)
|
||||
(package! ntfy
|
||||
:recipe (:host sourcehut :repo "shom/ntfy"))
|
||||
|
|
Loading…
Reference in a new issue