feat(tools): add httprepl package

This commit is contained in:
2020-12-25 13:44:15 +00:00
parent 2af986d57f
commit f675e1f030
3 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
;;; siren-httprepl.el --- jimeh's Emacs Siren: httprepl configuration.
;;; Commentary:
;; Basic configuration for httprepl.
;;; Code:
(use-package httprepl
:defer t)
(provide 'siren-httprepl)
;;; siren-httprepl.el ends here