;;; siren-httprepl.el --- jimeh's Emacs Siren: httprepl configuration. -*- lexical-binding: nil; -*- ;;; Commentary: ;; Basic configuration for httprepl. ;;; Code: (use-package httprepl :defer t) (provide 'siren-httprepl) ;;; siren-httprepl.el ends here