;;; siren-gh-notify.el --- jimeh's Emacs Siren: gh-notify configuration ;;; Commentary: ;; Basic configuration for gh-notify. ;;; Code: (use-package gh-notify :defer t :commands gh-notify) (provide 'siren-gh-notify) ;;; siren-gh-notify.el ends here