Evie Litherland-Smith
78752637d3
Fork crafted-ui-config to custom-ui-config to remove dependency on demos
8 lines
202 B
EmacsLisp
8 lines
202 B
EmacsLisp
(setq ntfy-server "https://ntfy.xenia.me.uk"
|
|
ntfy-topic "UhrNGphnSKCpCnk8"
|
|
ntfy-header "Notification from emacs"
|
|
ntfy-tags "purple_circle,loudspeaker")
|
|
(require 'ntfy)
|
|
|
|
(provide 'custom-ntfy-config)
|